From 7bfc7a46df04691d204e5140cdc11b4ef06f9082 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 23 Jun 2019 14:44:53 -0600 Subject: Adding switch client command back --- stow/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index d41265c..92d2da7 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -29,6 +29,7 @@ bind C-f run-shell "bash $HOME/.tmux/scripts/path_search.sh" # Faster window switching bind C-n next-window bind C-p previous-window +bind S switch-client -l # Synchronize mode bind a set-window-option synchronize-panes # Remap zoom, sleeping tmux way too much -- cgit v1.2.3