diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index 74a49cd..bb8aa15 100644 --- a/tmux.config +++ b/tmux.config @@ -24,7 +24,7 @@ bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy" # Bind the last window command bind C-b last-window # Bind the last session command -bind C-l switch-client -l +bind C-s switch-client -l # Synchronize mode, how the fuck did I not know about this bind a set-window-option synchronize-panes |