From 28215a95066918c8aada1e9f04c7863b7a564bc5 Mon Sep 17 00:00:00 2001 From: afranco Date: Sun, 17 Mar 2024 12:40:26 +0000 Subject: [PATCH] chore(tmux): added capital N as new window on session path --- .config/tmux/tmux_binds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux_binds.conf b/.config/tmux/tmux_binds.conf index 6d0110f..75d09a8 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -7,6 +7,7 @@ bind-key 'j' switch-client -p bind-key 'k' switch-client -n bind-key 'l' next-window bind-key 'n' new-window -c '#{pane_current_path}' +bind-key 'N' new-window bind-key 'c' kill-window # Decide whether we're in a Vim process