aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-04-20 14:00:56 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commit666df7dea6d575674a1bcca348d2e6150ddd9936 (patch)
treedf3be0768db5ce7b87fe9ffb028ab13dd672c704
parentf6d0ce7ac1825d8eb5f26479d2295d70a52219a6 (diff)
downloaddotnvim-666df7dea6d575674a1bcca348d2e6150ddd9936.tar.gz
dotnvim-666df7dea6d575674a1bcca348d2e6150ddd9936.zip
Dealing with some redraw issues
-rw-r--r--tmate.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmate.conf b/tmate.conf
index 3cf7004..61ea16c 100644
--- a/tmate.conf
+++ b/tmate.conf
@@ -15,3 +15,5 @@ set -s escape-time 0
# for vim themes
set -g default-terminal "tmux-256color"
+# For vim plugins relaying on focus events
+set -g focus-events on