:set nu 列出行号
:set nonu 取消行号
:% s/^/#/g 来在全部内容的行首添加 # 号注释
:1,10 s/^/#/g 在1~10 行首添加 # 号注释
:%d 删除所有
:u 撤销
/ 查询 按n找下一个
使用home end键 要先把num给关了(xshell 右下角的num为灰色)
:set nu 列出行号
:set nonu 取消行号
:% s/^/#/g 来在全部内容的行首添加 # 号注释
:1,10 s/^/#/g 在1~10 行首添加 # 号注释
:%d 删除所有
:u 撤销
/ 查询 按n找下一个
使用home end键 要先把num给关了(xshell 右下角的num为灰色)