[Tab] - display possible completion in a buffer (or open the file or go down the directory if there is only one possible completion).
Run Code Online (Sandbox Code Playgroud)
这篇文章来自于ido模式的emacs wiki.
在我的emacs 24.0.50每晚从5月5日开始构建,在OSX上我的功能是当按TAB时它用于循环我的选择.现在,如果我点击tab,并且有多个匹配的文件,它会选择一个缓冲区.
这很烦人,基本上,我希望我的旧标签完整(ala bash)样式.
有人知道怎么修这个东西吗?我可以映射Tab键,但是要做什么?
小智 6
在ido自定义组(M-x customize-group RET ido RET)中查找"Ido无法完成命令"选项并将其从"ido-completion-help"更改为"ido-next-match"