Added tmux split binding
This commit is contained in:
parent
64cfcc2f1e
commit
c9779a8b3f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ bind-key n command-prompt -p "rename-window:" -I "#{window_name}" "rename-window
|
|||
bind-key N command-prompt -p "rename-session:" -I "#{session_name}" "rename-session '%%'"
|
||||
bind - split-window -v
|
||||
bind _ split-window -h
|
||||
bind \\ split-window -h
|
||||
bind > swap-pane -D # swap current pane with the next one
|
||||
bind < swap-pane -U # swap current pane with the previous one
|
||||
bind C-c new-session
|
||||
|
|
Loading…
Reference in a new issue