NERD commenter : How to comment out a range

后端 未结 4 721
深忆病人
深忆病人 2020-12-16 19:48

I am using NERD commenter

Let\'s say that I want to comment out lines from 78 to 172. This is what I do. I calculate the difference. That is 94. put my cursor on li

4条回答
  •  -上瘾入骨i
    2020-12-16 20:21

    Enter Visual mode + V, using your arrow keys, highlight the lines you want then /c (perhaps you have another key binded for commenting).

提交回复
热议问题