mirror of
1
0
Fork 0

New shortcut for splitting vertically the windows, bind |

This commit is contained in:
hasecilu 2024-01-19 19:53:44 -06:00
parent 1469d465f8
commit b70fb270f2
No known key found for this signature in database
GPG Key ID: 1E3F5A13C8F3337E
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ bind BTab switch-client -l # move to last session
bind - split-window -v
# split current window vertically
bind _ split-window -h
bind | split-window -h
# pane navigation
bind -r h select-pane -L # move left