Command-T在emacs [英] Command-T in emacs

查看:146
本文介绍了Command-T在emacs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有与emacs相同的vim中的CommandT插件?我知道一些基于目录的完成的插件,但是有没有在完整路径上匹配的插件?

Is there something similar to the CommandT plugin in vim for emacs? I know some plugins that do directory-based completion, but is there one that does matching on the full paths?

一个例子:

├── bar
│   └── hello
├── baz
│   └── test
│       └── hello
└── foo
    ├── hello
    └── lost

baz
baz/test
baz/test/hello
bar
bar/hello
foo
foo/hello
foo/lost

现在,当我输入'h',我想要路径

Now when I type 'h', I'd like the paths

baz/test/hello
bar/hello
foo/hello

比赛。对于't',应该有

to match. For 't', there should be

baz/test/hello
foo/lost


推荐答案

ido 这个AFAIK,而且 anything.el

ido does this AFAIK, and also anything.el.

另外,这个emacswiki页面有一个类似的列表包。

Also, this emacswiki page has a list packages which do something similar.

编辑:根据Drew的评论Ido不符合整个路径。另一方面,任何事情都可以在链接后面的屏幕截图中看到。

According to Drew's comment Ido does not match the whole path. Anything on the other hand does, as it can be seen on the screenshot behind the link.

这篇关于Command-T在emacs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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