aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-04-16 11:35:57 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit5e8e768855d298da8022504e8676add949710d1f (patch)
tree128e0031e0bb9aef93aadc42b559387620de4ed4 /tmux.conf
parent94baa74a3414852964e0f981eb546a83569fe79c (diff)
downloaddotnvim-5e8e768855d298da8022504e8676add949710d1f.tar.gz
dotnvim-5e8e768855d298da8022504e8676add949710d1f.zip
Typo, this should be on
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index d2a005b..aacc7cf 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -49,8 +49,8 @@ setw -g window-status-current-fg '#000000'
set -g pane-active-border-fg '#40a040'
set -g pane-border-fg '#555555'
-# For fe wvim plugins
-set -g focus-events
+# For vim plugins relaying on focus events
+set -g focus-events on
# Bind to reload config
bind r source-file ~/.tmux.conf