How to map by adding txt to cmdline? #415
Replies: 2 comments
-
You need to use the exact same syntax as with regulare neovim keymaps, so best to read those docs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah thanks, noticed that it actually works but when using noice, it requires me to separately click another key for it to show up. |
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 guys,
I tried to add a binding that would ease up search and replace function. As it's sometimes hard to remember the whole binding.
But for some reasons I can't figure out the way to add this, if I add then it requires me to add ,so I am bit lost.
["H"] = { ":%s///gcI", "Search and replace with confirmation" },
Beta Was this translation helpful? Give feedback.
All reactions