From b367c81c64e7cd400d67207a49987b5e2f23d0c9 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 14 Sep 2020 10:09:32 +0200 Subject: [PATCH] Tweaked high escape timeout in tmux --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index bac96e8..538f0ee 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,7 @@ set-window-option -g mode-keys vi set -g default-terminal "screen-256color" set -g terminal-overrides ',xterm-256color:Tc' +set -sg escape-time 10 # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator