1
0

Update home/.tmux.conf.local

This commit is contained in:
Jeff Lance 2025-02-08 23:41:07 +01:00
parent e150147e09
commit 4d6404f2dc

View File

@ -32,8 +32,8 @@ bind-key -n End send Escape "OF"
# set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}' # set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}'
# start navi as a widget # start navi as a widget
bind-key -n "Open Navi (cheat sheets)" -T prefix C-g split-window \ # bind-key -N "Open Navi (cheat sheets)" -T prefix C-g split-window \
"$SHELL --login -i -c 'navi --print | head -n 1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'" # "$SHELL --login -i -c 'navi --print | head -n 1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
# -- plugins configuration ----------------------------------------------------- # -- plugins configuration -----------------------------------------------------
# #