1
0
Fork 0

tmux: apparently splitw syntax changed

This commit is contained in:
tea 2024-05-09 17:02:22 +02:00
parent 2a18787a95
commit 2342380888
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ unbind l
set -g prefix C-a
bind-key a send-prefix # Send C-a.
bind-key C-a last-window
bind h splitw -h -p 50
bind v splitw -v -p 50
bind h splitw -h
bind v splitw -v
bind H split-window -h -l 60 # split with 60 columns on the right