tmux: apparently splitw syntax changed
This commit is contained in:
parent
2a18787a95
commit
2342380888
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user