home ~ projects ~ socials

Remove The Delay From The Escape Key Before Hitting The Leader Key In Neovim

- p

This looks like what got the fix in place:

set timeoutlen=1000 ttimeoutlen=10

TODO

    Combine with this:

    id: 20eotmb3

Checkout the neovim reference

:help timeout


From here

KEYTIMEOUT

The time the shell waits, in hundredths of seconds, for another key to be pressed when reading bound multi-character sequences.

-- end of line --

References