aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-11-23 14:12:28 -0700
committerCody Hiar <codyfh@gmail.com>2016-11-23 14:12:28 -0700
commitc8fd6c3983d105b4ec755d0a1eb5d1783afa5819 (patch)
treec63a93a45241259377b866a98e8d9957583315e3 /tmux.config
parentdb1b051912135c782e78f9a841f1b7a4ef20631c (diff)
Swithing last session command, C-l clobbered resize
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config2
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