tweaked tmux keybinding so that both directions of window splits use the shift key.
This commit is contained in:
parent
af819f8ad6
commit
74f32eb2b5
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
#split panes using | and -
|
#split panes using | and -
|
||||||
unbind '|'
|
unbind '|'
|
||||||
unbind '-'
|
unbind '_'
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind _ split-window -v
|
||||||
unbind '"'
|
unbind '"'
|
||||||
unbind %
|
unbind %
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue