otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
454 stars 19 forks source link

fix: remove delay for menu keymaps #2

Closed chrisgrieser closed 8 months ago

chrisgrieser commented 8 months ago

nowait removes delay, e.g. when you have a keymap for qq, you will have a delay when pressing q since vim waits to see whether you press another q.

see https://neovim.io/doc/user/map.html#%3Amap-nowait

otavioschwanck commented 8 months ago

Thanks @chrisgrieser !