New shortcut for splitting vertically the windows, bind |
This commit is contained in:
parent
1469d465f8
commit
b70fb270f2
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ bind BTab switch-client -l # move to last session
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
# split current window vertically
|
# split current window vertically
|
||||||
bind _ split-window -h
|
bind _ split-window -h
|
||||||
|
bind | split-window -h
|
||||||
|
|
||||||
# pane navigation
|
# pane navigation
|
||||||
bind -r h select-pane -L # move left
|
bind -r h select-pane -L # move left
|
||||||
|
|
Loading…
Reference in a new issue