tmux: add keybinding for small horizontal split
This commit is contained in:
parent
cc7edbe7cc
commit
a1152ca15d
|
@ -10,6 +10,8 @@ bind-key C-a last-window
|
||||||
bind h splitw -h -p 50
|
bind h splitw -h -p 50
|
||||||
bind v splitw -v -p 50
|
bind v splitw -v -p 50
|
||||||
|
|
||||||
|
bind H split-window -h -l 71 # split into 120 and 71 columns
|
||||||
|
|
||||||
# Start window numbering at 1 for easier switching.
|
# Start window numbering at 1 for easier switching.
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user