插入命令行输出到编辑器:r! <command> # 输出插入到当前光标下 :nr! <command> # 将输出插入到n行之后 :m,n! <command> # 将输出替换到m行到n行之间 :r <command> # 运行完毕command之后返回编辑器查找替换/^$/d # 删除空格