显示行号:set number
添加注释:如第10行到第20行添加注释
:10,20s@^@//@
删除注释:
:10,20s@^//@@
Vi编辑器添加删除多行注释
原文:https://www.cnblogs.com/zhangyunfei-blog/p/9288516.html