Replies: 1 comment 1 reply
-
Try searching next time: #774 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the following keymap:
vim.keymap.set("n", "<esc><esc>", "<esc><cmd>noh<cr><esc>", opts)
, to remove highlights, but now, if there is slightly too long a pause between the key presses, whichkey presents its popup. Is it possible to disable whichkey for things likeESC
?Beta Was this translation helpful? Give feedback.
All reactions