configs/tmux/tmux.conf

13 lines
307 B
Plaintext
Raw Normal View History

2013-04-09 14:38:33 +02:00
#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 !