split/path
This commit is contained in:
parent
fcf460d94e
commit
4bea7c24e7
1 changed files with 2 additions and 2 deletions
|
@ -293,8 +293,8 @@ bind-key C-s command-prompt { rename-session '%%' }
|
||||||
bind-key C-w command-prompt { rename-window '%%' }
|
bind-key C-w command-prompt { rename-window '%%' }
|
||||||
|
|
||||||
# split window
|
# split window
|
||||||
bind-key h split-window -h
|
bind-key h split-window -c '#{pane_current_path}' -h
|
||||||
bind-key v split-window -v
|
bind-key v split-window -c '#{pane_current_path}' -v
|
||||||
|
|
||||||
# kill server
|
# kill server
|
||||||
bind-key k kill-server
|
bind-key k kill-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue