chore(tmux): added capital N as new window on session path

This commit is contained in:
2024-03-17 12:40:26 +00:00
parent 4e55d5f3a8
commit 28215a9506

View File

@@ -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