mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
Escape delay = 0
Fixed delayed escape in neovim and other programs
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
escapeTime = 0;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Reference in New Issue
Block a user