标签:结果 直接 操作 class code 写入 退出 and 文件
":"进入扩展命令行模式
操作命令:
w 写入磁盘
wq 保存退出
x 保存退出
q 退出
r filename 读入一个文件,在光标的下一行插入
w filename 将当前的文件另存为另外一个文件
! command 执行命令,然后回车回到文件中
r!command 直接将命令的执行结果写入到文件中,光标所在行的下一行
标签:结果 直接 操作 class code 写入 退出 and 文件
原文地址:https://www.cnblogs.com/Hedger-Lee/p/13046428.html