From 734f13945e7f8e671d930922ce44ee5dfda2d040 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 2 Sep 2019 12:25:29 +0300 Subject: [PATCH] No need in any tmux escape-time at all --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c59768c..1869462 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,7 +1,7 @@ set-option -g mode-keys vi set-option -g base-index 1 set-option -g default-terminal "screen-256color" -set-option -g escape-time 50 +set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 -- 2.44.0