1
0
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:
andrey_varnavskiy
2024-11-28 05:39:22 +05:00
parent b78b93c2f2
commit 5484271b62

View File

@@ -3,6 +3,7 @@
enable = true;
baseIndex = 1;
mouse = true;
escapeTime = 0;
keyMode = "vi";
terminal = "screen-256color";
extraConfig = ''