From 0348fb18d6cb2e2352ccb16da0941bddb7dcc1ab Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Thu, 4 Aug 2022 18:39:48 +0200 Subject: [PATCH] tmux: fix delay in hx --- etc/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/tmux.conf b/etc/tmux.conf index 9a374ec..047f00d 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -38,6 +38,9 @@ set-option -g alternate-screen off # True color set-option -ga terminal-overrides ",xterm-256color:Tc" +# waiting for escape sequences introduces delays in vim/kak/hx +set-option -s escape-time 0 + # ┌──────────────────────────────────────────────────────┐ # │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │ # └──────────────────────────────────────────────────────┘