[tmux] added capital N as new window on session path

This commit is contained in:
Afonso Franco 2024-03-17 12:40:26 +00:00
parent 7c8457f35e
commit 99463cd85e
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

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