Reverse tmux v and h splits
This commit is contained in:
parent
82d358185e
commit
a56a06d3b6
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ set-window-option -g mode-mouse on # mouse can enable (danger zone, maybe?)
|
|||
set-window-option -g mode-keys vi # emulate vim movement in copy mode
|
||||
|
||||
# be more like vim
|
||||
bind s split-window -h # horizontal window split
|
||||
bind v split-window -v # vertical window split
|
||||
bind s split-window -v # horizontal window split
|
||||
bind v split-window -h # vertical window split
|
||||
|
||||
bind h select-pane -L # left pane
|
||||
bind j select-pane -D # bottom pane
|
||||
|
|
Loading…
Reference in a new issue