tmux: add keybinding for small horizontal split

This commit is contained in:
tastytea 2022-10-22 04:42:20 +02:00
parent cc7edbe7cc
commit a1152ca15d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -10,6 +10,8 @@ bind-key C-a last-window
bind h splitw -h -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.
set -g base-index 1