diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-11-14 13:24:14 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-11-14 13:24:14 -0700 |
commit | 8113bd95fa47e290ec04e4242c7ae62f2b2cde84 (patch) | |
tree | 428f0c4213a2a65e25b94fc0fea6fe5aeb974d5f /tmux.config | |
parent | 8417de45a3b75aefe7197116f67ea406bc790d63 (diff) |
Fixed semicolon binding
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config index 2efccfb..8e12748 100644 --- a/tmux.config +++ b/tmux.config @@ -26,8 +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 +unbind \; +bind \; last-window bind C-b last-pane # Bind the last session command bind C-s switch-client -l |