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;
|
||||
baseIndex = 1;
|
||||
mouse = true;
|
||||
escapeTime = 0;
|
||||
keyMode = "vi";
|
||||
terminal = "screen-256color";
|
||||
extraConfig = ''
|
||||
|
Reference in New Issue
Block a user