Vim 的 :open 没有完成选项卡,是什么? [英] Vim's :open does not tab complete, what does?

查看:26
本文介绍了Vim 的 :open 没有完成选项卡,是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看到的是 ^I

:open ./lib/^I^I^I

是否有其他命令可以提供制表符补全,或者可能是其他解决方案?

Is there another command that would offer tab completion, or perhaps another solution?

我正在考虑用会使用缓冲区的东西替换以下映射,但希望保持制表符完成.

I'm considering replacing the following mapping with something that would use buffers, but want to keep tab completion.

map <C-O> :tabnew ./

推荐答案

那可能是因为 :open 不是您要查找的命令.试试 :edit:e 的简称.还可以尝试 :help :open:help :e 来查看命令的作用.:e 有制表符补全.

That might be because :open is not the command you're looking for. Try :edit or :e for short. Also try :help :open and :help :e to see, what the commands do. :e has tab completion.

这篇关于Vim 的 :open 没有完成选项卡,是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆