Added tmux.conf
This commit is contained in:
parent
0cde378ac7
commit
75af48dc19
12
tmux.conf
Normal file
12
tmux.conf
Normal 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 !
|
||||
|
Loading…
Reference in a new issue