From 73fe9011fbd0d566387aea0c83c3dfcc06a560c7 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 19 Sep 2021 13:54:51 -0400 Subject: [PATCH] Correcting escape time for vim --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 7e14b5c..149f06e 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -3,7 +3,7 @@ # ========================== set -g default-terminal "screen-256color" set -g history-limit 50000 -#set -sg escape-time 0 # fix for delay in switching modes in vim +set -sg escape-time 0 # fix for delay in switching modes in vim # set -g display-time 4000 # Tmux messages are displayed for 4 seconds # set -g remain-on-exit off set -g repeat-time 200 # Allow multiple tmux commands to be run within time period (ms) without pressing the prefix (Default: 500)