Ido mode is too smart, can I get it to NOT complete a filename?

谁说我不能喝 提交于 2019-11-26 19:00:29

问题


My problem: I have Ido-mode enabled and I want to edit (for example) a file .emacs in my home directory. I have no .emacs file there, but I do have a .emacs.d, and so ido assumes that I want to enter the directory when I do C-x C-f .emacs RET.

I've been trying to solve this for at least weeks, and I've got a couple work-arounds but I would really rather not have to do anything crazy.


回答1:


You can either press C-j to accept what you have typed so far, or C-f which will drop you into regular find-file



来源:https://stackoverflow.com/questions/812524/ido-mode-is-too-smart-can-i-get-it-to-not-complete-a-filename

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!