1
0
Fork 0

tmux: make small split smaller

This commit is contained in:
tastytea 2024-05-08 19:09:39 +02:00
parent 2c97edf358
commit e9de2e8ca4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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
bind H split-window -h -l 60 # split with 60 columns on the right
# Start window numbering at 1 for easier switching.
set -g base-index 1