diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-06-23 14:44:53 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-06-23 14:44:53 -0600 |
commit | 7bfc7a46df04691d204e5140cdc11b4ef06f9082 (patch) | |
tree | f6e2d29fbc96dfbca305f47c4ab0acd56d1deb64 | |
parent | ac723772916cce752b347ee68ef709adb0fb18f2 (diff) |
Adding switch client command back
-rw-r--r-- | stow/tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |