From 783873ee593c4ca5f5fb6b9ea539fd30fdc39cb6 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 8 Feb 2025 23:38:52 +0100 Subject: [PATCH] Update home/.tmux.conf.local --- home/dot_tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_tmux.conf.local b/home/dot_tmux.conf.local index 8a4066c..3dd293e 100644 --- a/home/dot_tmux.conf.local +++ b/home/dot_tmux.conf.local @@ -32,7 +32,7 @@ bind-key -n End send Escape "OF" # set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}' # start navi as a widget -bind-key -N "Open Navi (cheat sheets)" -T prefix C-n 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'" # -- plugins configuration -----------------------------------------------------