From e20e14eadb00137ac3248c228c6296a2a3dc0389 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 12 Jan 2020 17:41:07 -0600 Subject: [PATCH] Removed the tmux escape delay its screwing with vim --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 20a5498..67e8f18 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,7 +1,7 @@ set -g default-terminal screen-256color #remove escape delay -set -s escape-time 0 +#set -s escape-time 0 #history limit set-option -g history-limit 5000