如何配置 .vimrc 以使自动完成功能成为 Sublime Text 2 的一部分?
我找到了有关自动完成括号的配置,
inoremap ' ''<Left>
inoremap " ""<Left>
inoremap { {}<Left>
inoremap ( ()<Left>
但是当我尝试删除“(”时,“)”仍然存在,但在 Sublime Text 2 中,它也会消失。那么我该如何配置 .vimrc 来做到这一点呢?
// 更新:得到了 vim-autoclose 插件,现在似乎可以工作了。
I've found configure about autocompleting brackets,
inoremap ' ''<Left>
inoremap " ""<Left>
inoremap { {}<Left>
inoremap ( ()<Left>
but when I tried to delete the '(', the ')' stays, but in Sublime Text 2, that would disappear too. So how can I configure .vimrc ro make that?
// Update: got the vim-autoclose plugin, seems work now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你安装 surround.vim 你可以使用
If you install surround.vim you can do this by using