As I see that commenting lines is the most common use actions in the SPC c menus, except for the SPC c l. I recommend that change SPC c l to SPC c l when c is still unused in SPC c menus.
Or ,how could I add my own mapping (in to init.vim) SPC c c to implement the comment lines feature?
I recommend that change SPC c l to SPC c l when c is still unused in SPC c menus.
what do you mean?
you can use:
call SpaceVim#custom#SPC('nmap', ['c', 'c'], '<Plug>NERDCommenterInvert', 'comment or uncomment lines', 0)
Thanks
SPC c c is still not mapped by any actions. haha . I think it is the best key for comment lines.
I do not like press same key twice, it will hurt your fingers.
Most helpful comment
I do not like press same key twice, it will hurt your fingers.