Vim 自动完成

发布于 2024-11-18 02:24:05 字数 262 浏览 2 评论 0原文

所以我知道你可以使用 Ctrl-XCtrl-O 获得 Vim 自动补全功能,但我想知道是否你可以重新设计它,这样它只需按 Tab 就可以工作(更像 Textmate 的片段),或者甚至只是我如何将它重新映射到更短的东西(即使我无法获得精美的制表符补全功能),因为我发现 Ctrl-XCtrl-O 有点尴尬的。

So I know you can get Vim autocompletion with Ctrl-X, Ctrl-O but I'm wondering if you could rework it so it works with just pressing Tab (more like Textmate's snippets), or even just how I could remap it to something a bit shorter (even if I can't get fancy tab completion), as I find Ctrl-X, Ctrl-O a bit awkward.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花开柳相依 2024-11-25 02:24:05

我意识到这个问题已经得到解答,但您可能对诸如 之类的插件感兴趣SuperTab,它提供自动完成功能,并根据上下文以及您所使用的完成类型使用多种类型的自动完成功能。

I realize this question has been already answered, but you might be interested in a plugin such as SuperTab, which provides auto-completion and uses more than one type of auto-completion depending on the context and what type of completion you have been using.

戏剧牡丹亭 2024-11-25 02:24:05

Tab 映射到 Ctrl-XCtrl-O

:imap <tab> <c-x><c-o>

请参阅 此页面来自 vim-wiki 实现更智能的 Tab 补全

Map Tab to Ctrl-X,Ctrl-O

:imap <tab> <c-x><c-o>

See this page from vim-wiki for a smarter Tab completion

孤者何惧 2024-11-25 02:24:05

最新版本的 VIM 包含自动完成功能
在指定行进入插入模式 Ctrl-i 然后
在插入模式下按 Ctrl-n

The latest version of VIM includes auto complete
Go to insert mode at specified line Ctrl-i then
Press Ctrl-n while in the insert mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文