tmux: New window binding now starts on current path
This commit is contained in:
parent
c94f82c852
commit
21c3561841
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ set-option -g renumber-windows on
|
||||||
|
|
||||||
bind s split-window -c "#{pane_current_path}"
|
bind s split-window -c "#{pane_current_path}"
|
||||||
bind v split-window -h -c "#{pane_current_path}"
|
bind v split-window -h -c "#{pane_current_path}"
|
||||||
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
Loading…
Reference in a new issue