mirror of
1
0
Fork 0

fix: Same keybindings for creating horizontal and vertical panes

This commit is contained in:
OlaoluwaM 2022-01-24 12:32:21 +01:00
parent 8c342edc6f
commit cb1438d740
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'
# split current window horizontally
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