diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-04-16 11:35:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | 5e8e768855d298da8022504e8676add949710d1f (patch) | |
tree | 128e0031e0bb9aef93aadc42b559387620de4ed4 | |
parent | 94baa74a3414852964e0f981eb546a83569fe79c (diff) | |
download | dotnvim-5e8e768855d298da8022504e8676add949710d1f.tar.gz dotnvim-5e8e768855d298da8022504e8676add949710d1f.zip |
Typo, this should be on
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |