From: Sergey Matveev Date: Mon, 2 Sep 2019 09:25:29 +0000 (+0300) Subject: No need in any tmux escape-time at all X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=734f13945e7f8e671d930922ce44ee5dfda2d040 No need in any tmux escape-time at all --- 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