diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 5 |
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 |