其他分享
首页 > 其他分享> > VIM操作速查

VIM操作速查

作者:互联网

vim下的模式

insert模式、normal模式、visual模式、command模式

insert模式小技巧

终端命令行小技巧

normal模式小技巧

移动

行间搜索移动

快速到行首行尾

垂直移动

页面移动

可以用:help来查看帮助。比如 使用 :help ( 就可以查看(的帮助说明了

范围文本对象

iw(inside the word)当前单词、aw(around the word)当前单词及空格

r(replace)、c(change)、s(substitute)

/、?、n、N、*、#
set hls(high light search)
set incsearch (一边搜索一边高亮)

搜索替换

标签:字符,删除,ctrl,模式,VIM,操作,速查,移动,光标
来源: https://www.cnblogs.com/abzor/p/15304168.html