diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-11-23 14:12:28 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-11-23 14:12:28 -0700 |
commit | c8fd6c3983d105b4ec755d0a1eb5d1783afa5819 (patch) | |
tree | c63a93a45241259377b866a98e8d9957583315e3 /tmux.config | |
parent | db1b051912135c782e78f9a841f1b7a4ef20631c (diff) |
Swithing last session command, C-l clobbered resize
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 |