Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim相关整理 #24

Open
coneo opened this issue Dec 5, 2015 · 0 comments
Open

vim相关整理 #24

coneo opened this issue Dec 5, 2015 · 0 comments
Labels

Comments

@coneo
Copy link
Owner

coneo commented Dec 5, 2015

这篇文章会收录一些我认为不错的vim技巧,持续更新中 ...

函数相关

ci[ 删除当前游标所在[]内的所有字符,并进入插入模式
ci( 删除当前游标所在()内的所有字符,并进入插入模式
ci{ 删除当前游标所在{}内的所有字符,并进入插入模式
cit 删除一对 HTML/XML 的标签内部的所有字符并进入插入模式
ci" ci' ci`` 删除一对引号字符 (" 或 ' 或 ) 中所有字符并进入插入模式

vi[ 选择一对 [] 中的所有字符
vi( 选择一对 () 中的所有字符
vi< 选择一对 <> 中的所有字符
vi{ 选择一对 {} 中的所有字符
vit 选择一对 HTML/XML 的标签内部的所有字符
vi" vi' vi`` 选择一对引号字符 (" 或 ' 或 ) 中所有字符

需要注意的是,在以上的ci系列和vi系列命令中,用'a'替换‘i'会包含符号在内。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant