Replies: 1 comment
-
You coudl use vim.keymap.del to accomplish this in your own config. https://neovim.io/doc/user/lua.html#vim.keymap.del() This might be a setting we want to add into the plugin, something like delete_double_escape_keymap true/false maybe. I'll look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @greggh Thank you for the great plugin. One thing I wonder how to you avoid the
double tap esc
as is a keymap to switch fromterminal mode
tonormal mode
on terminal.Beta Was this translation helpful? Give feedback.
All reactions