From db1b051912135c782e78f9a841f1b7a4ef20631c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 22 Nov 2016 16:05:02 -0700 Subject: Updating the last session command --- tmux.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index f6d5c69..74a49cd 100644 --- a/tmux.config +++ b/tmux.config @@ -23,6 +23,8 @@ unbind -t vi-copy Enter 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 # Synchronize mode, how the fuck did I not know about this bind a set-window-option synchronize-panes -- cgit v1.2.3