mirror of
1
0
Fork 0

update split pane vertical to \

This commit is contained in:
Stanley McMillan 2017-12-17 09:03:36 -05:00
parent 5907c00039
commit fa03bd5781
1 changed files with 1 additions and 1 deletions

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