[tmux] added capital N as new window on session path
This commit is contained in:
parent
7c8457f35e
commit
99463cd85e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue