1

What is the command to toggle comments in the Visual mode? The cc command allows me to comment in the visual mode. I couldn't find a command to un-comment.

[count]<leader>cc |NERDComComment| 

PS: I use c command to toggle comments in normal mode.

Harish Shetty
  • 64,083
  • 21
  • 152
  • 198

1 Answers1

2

Here you are:

[count]<Leader>cu NERDComUncommentLine
Uncomments the selected line(s).
Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324