tmux: fix delay in hx

This commit is contained in:
Martin Sekera 2022-08-04 18:39:48 +02:00
parent 8bf83c198d
commit 0348fb18d6

View file

@ -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 │
# └──────────────────────────────────────────────────────┘