原文网址:https://www.youyong.top/article/1158d230f526
vim有列模式,可以一次性操作一列,比如删掉每一行的首字母或给几行添加注释。
原文网址:https://www.youyong.top/article/1158d230f526
vim有列模式,可以一次性操作一列,比如删掉每一行的首字母或给几行添加注释。
原文网址:https://www.youyong.top/article/1158d230f526
一:插入
定位光标
ctrl+v # 进入visual mode。
j # 选择要在哪些行加入
I # 一定是大写
输入要插入的文本
ESC
二:删除
把 一 中的 第4步 换成 d
共 0 条留言