From c8fd6c3983d105b4ec755d0a1eb5d1783afa5819 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 23 Nov 2016 14:12:28 -0700 Subject: Swithing last session command, C-l clobbered resize --- tmux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.config') 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 -- cgit v1.2.3