tmux: fix delay in hx
This commit is contained in:
parent
8bf83c198d
commit
0348fb18d6
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ set-option -g alternate-screen off
|
||||||
# True color
|
# True color
|
||||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
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 │
|
# │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │
|
||||||
# └──────────────────────────────────────────────────────┘
|
# └──────────────────────────────────────────────────────┘
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue