split/h,v
This commit is contained in:
parent
930113879e
commit
329b1313c8
1 changed files with 4 additions and 2 deletions
|
@ -65,7 +65,9 @@ bind -n M-Right next-window
|
||||||
#bind -n S-Right select-pane -R
|
#bind -n S-Right select-pane -R
|
||||||
#bind -n S-Up select-pane -U
|
#bind -n S-Up select-pane -U
|
||||||
|
|
||||||
#bind-key h split-window -h
|
# horizontal split with H
|
||||||
#bind-key v split-window -v
|
bind-key h split-window -h
|
||||||
|
# vertical split with V
|
||||||
|
bind-key v split-window -v
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue