diff options
| -rw-r--r-- | tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -25,3 +25,10 @@ set -g pane-border-style fg=#222222 | |||
| 25 | # Other settings | 25 | # Other settings |
| 26 | set-option -sg escape-time 10 | 26 | set-option -sg escape-time 10 |
| 27 | set-option -g mouse off | 27 | set-option -g mouse off |
| 28 | |||
| 29 | # Removes the double pressing. Fixes switching panes and pressing up right | ||
| 30 | # after switching panes. Must have! | ||
| 31 | bind-key Up select-pane -U | ||
| 32 | bind-key Down select-pane -D | ||
| 33 | bind-key Left select-pane -L | ||
| 34 | bind-key Right select-pane -R | ||
