update split pane vertical to \
This commit is contained in:
parent
5907c00039
commit
fa03bd5781
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'
|
||||||
# split current window horizontally
|
# split current window horizontally
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
# split current window vertically
|
# split current window vertically
|
||||||
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