Easier bind to switch between sessions
This commit is contained in:
parent
ebefc1cc22
commit
152c792e5a
|
@ -71,6 +71,9 @@ bind a send-prefix
|
||||||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||||
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
|
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
|
||||||
|
|
||||||
|
# Switch between sessions
|
||||||
|
bind C-b switch-client -n
|
||||||
|
|
||||||
# Initialize sessions
|
# Initialize sessions
|
||||||
bind I source-file ~/.tmux/splitWORK
|
bind I source-file ~/.tmux/splitWORK
|
||||||
bind H source-file ~/.tmux/splitLAPTOP
|
bind H source-file ~/.tmux/splitLAPTOP
|
||||||
|
|
Loading…
Reference in New Issue