From 152c792e5ad6390293481fbfce69e88bd5eae704 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 6 Jul 2023 09:47:13 +0200 Subject: [PATCH] Easier bind to switch between sessions --- tmux.conf.local | 3 +++ 1 file changed, 3 insertions(+) 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