1
0
Fork 0
mirror of synced 2024-06-01 22:51:10 -04:00

update split pane vertical to \

This commit is contained in:
Stanley McMillan 2017-12-17 09:03:36 -05:00
parent 5907c00039
commit fa03bd5781

View file

@ -65,7 +65,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