plugins - emacs 中的 Command-T

标签 plugins emacs

有没有类似于 vim for emacs 中的 CommandT 插件的东西?我知道一些插件可以进行基于目录的补全,但是有没有一个可以匹配完整路径的插件?

一个例子:

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

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

现在当我输入“h”时,我想要路径
baz/test/hello
bar/hello
foo/hello

匹配。对于't',应该有
baz/test/hello
foo/lost

最佳答案

ido这样做 AFAIK,还有 anything.el .

另外,this emacswiki page有一个列表包可以做类似的事情。

编辑:根据德鲁的评论,Ido 与整个路径不匹配。另一方面,任何事情都可以,正如链接后面的屏幕截图所示。

关于plugins - emacs 中的 Command-T,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8552659/

相关文章:

java - 如何获取java编辑器源代码?

emacs - 在特定窗口中打开 Org Capture 缓冲区?

python - 如何使用 Emacs 运行 Python 代码?

c++ - Emacs 定制

emacs - 如何在emacs中突出显示fortran代码的百分比符号 "%"?

Emacs Etags 返回起始缓冲区/位置

java - 如何配置 Chrome 的 Java 插件,使其使用机器中现有的 JDK

android - 如何在phonegap插件中添加android :largeHeap = "true" in manifest file using Plugin. xml文件

eclipse - EncodedImage.getEncodedImageResource 无法在 Eclipse 中加载具有相同名称不同子文件夹的图像(黑莓插件)

grails - 如何在 grails-3.0.4 中添加或安装我在升级应用程序时在 grails-2.4.4 中使用的插件