aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-04-18 05:49:18 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-04-18 05:49:18 +0200
commit88c5953cd9b0e92ba0832dcb6629ae7c314a3e98 (patch)
tree20c070f882b1fae4182cb0dbae89351bd005531a /tmux.conf
parentfeff893a109345d9c21a3d6cd703a27f0de5ab61 (diff)
downloaddotfiles-88c5953cd9b0e92ba0832dcb6629ae7c314a3e98.tar.gz
Update
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!