aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-11-16 08:30:37 -0700
committerCody Hiar <codyfh@gmail.com>2018-11-16 08:30:37 -0700
commit831744f80d20de142510701515ff1caf4ceddfd4 (patch)
tree0f31740c89a34edce3e4ad67920a0cad81c33308
parent8113bd95fa47e290ec04e4242c7ae62f2b2cde84 (diff)
Muscle Memory proved <C-b> is used much more than I though. Made last pane easier command, hate pinky strain
-rw-r--r--tmux.config5
1 files changed, 2 insertions, 3 deletions
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