From 831744f80d20de142510701515ff1caf4ceddfd4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 16 Nov 2018 08:30:37 -0700 Subject: Muscle Memory proved is used much more than I though. Made last pane easier command, hate pinky strain --- tmux.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 8e12748..33452ff 100644 --- a/tmux.config +++ b/tmux.config @@ -26,9 +26,8 @@ bind k resize-pane -U 3 bind h resize-pane -L 3 bind l resize-pane -R 3 # Bind the last window/pane command -unbind \; -bind \; last-window -bind C-b last-pane +bind C-b last-window +bind C-g last-pane # Bind the last session command bind C-s switch-client -l # Faster window switching -- cgit v1.2.3