You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I have a default bind of NerdCommenter, which looks like this:
[count]<leader>cc |NERDCommenterComment|
This bind will enable me execute <leader>cc for more than one time if I input a number first.
But when I input a number and space (my leader in vim), which key pops out (I'm thinking what I should type next) , and if I continue to input cc, this will only execute once.
So I hope when I input a number and space if the which key pops out after which I input cc, this will be execute exactly the number I input times.
Is there any method can enable this or any future considerations?
The text was updated successfully, but these errors were encountered:
There is another issue: when in visual mode I selected some text, and press space once the WhichKey pops out, I lose all I've selected, the command executed later will only on where the cursor is.
This is my config for which key:
and I have a default bind of NerdCommenter, which looks like this:
This bind will enable me execute
<leader>cc
for more than one time if I input a number first.But when I input a number and space (my leader in vim), which key pops out (I'm thinking what I should type next) , and if I continue to input cc, this will only execute once.
So I hope when I input a number and space if the which key pops out after which I input cc, this will be execute exactly the number I input times.
Is there any method can enable this or any future considerations?
The text was updated successfully, but these errors were encountered: