fixing tmux splits to work with later versions
This commit is contained in:
parent
9a76f1e70e
commit
28643fdb8f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# More logical (to me) split keys.
|
# More logical (to me) split keys.
|
||||||
bind - split-window -p 38 -v
|
bind - split-window -v -l 38%
|
||||||
bind | split-window -p 38 -h
|
bind | split-window -h -l 38%
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
Loading…
Reference in a new issue