diff --git a/tmux.conf.local b/tmux.conf.local index ad0ede7..3775332 100644 --- a/tmux.conf.local +++ b/tmux.conf.local @@ -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 'y' send -X copy-selection-and-cancel +# Switch between sessions +bind C-b switch-client -n + # Initialize sessions bind I source-file ~/.tmux/splitWORK bind H source-file ~/.tmux/splitLAPTOP