aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 22bd2b5..8af4b84 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -25,6 +25,7 @@ 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
28set-window-option -g mode-keys vi
28 29
29# Removes the double pressing. Fixes switching panes and pressing up right 30# Removes the double pressing. Fixes switching panes and pressing up right
30# after switching panes. Must have! 31# after switching panes. Must have!