13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
|
#set-option mouse-resize-pane on
|
||
|
|
||
|
bind-key T select-layout tiled
|
||
|
|
||
|
# pane movement
|
||
|
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||
|
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||
|
bind-key S break-pane
|
||
|
|
||
|
# switch to previously active window
|
||
|
bind-key b select-window -t !
|
||
|
|