摘要:
:%s/[Ctrl-v][Enter]//g 删除DOS方式的回车^M :%s= *$== 删除行尾空白 :%!sort -u 删除重复行 :%s/^.{-}pdf/new.pdf/ 只是删除第一个pdf :%s/// 删除多行注释 :g/^$/d 删除所有空行 :g!/^dd/d 删除不含字符串' 阅读全文
摘要:
:vs [file2] 垂直分屏 :sp [file2] 水平分屏 command + :number 移动光标 command + w 删除当前窗口 阅读全文