Added tmux.conf

This commit is contained in:
Thomas Kolb 2013-04-09 14:38:33 +02:00
parent 0cde378ac7
commit 75af48dc19
1 changed files with 12 additions and 0 deletions

12
tmux.conf Normal file
View File

@ -0,0 +1,12 @@
#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 !