diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-11-14 13:18:27 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-11-14 13:18:27 -0700 |
commit | 8417de45a3b75aefe7197116f67ea406bc790d63 (patch) | |
tree | 089c2dd388e9dc016ec4bdf8b36485dbead1b40a /tmux.config | |
parent | 6f5234a327a1b662c15043de32f272abb83bbe48 (diff) |
Updating c-b to last pane and ; to last window
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config index dc36359..2efccfb 100644 --- a/tmux.config +++ b/tmux.config @@ -25,8 +25,10 @@ bind j resize-pane -D 3 bind k resize-pane -U 3 bind h resize-pane -L 3 bind l resize-pane -R 3 -# Bind the last window command -bind C-b last-window +# Bind the last window/pane command +unbind ; +bind ; last-window +bind C-b last-pane # Bind the last session command bind C-s switch-client -l # Faster window switching |