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