Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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

- p

This looks like what got the fix in place:

Code

set timeoutlen=1000 ttimeoutlen=10
  • 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.

References