Emacs ido-mode and creating new files in directories, it keeps changing the directory while I'm typing

后端 未结 3 537
一向
一向 2021-02-01 02:06

When using ido-mode in emacs, it tends to get in my way when I\'m trying to create a new file inside a directory, using: C-x C-f ( start typing a new filen

3条回答
  •  甜味超标
    2021-02-01 02:54

    Use C-j to tell ido to input what you have typed rather than the first completion. This is also mentioned on emacswiki.

提交回复
热议问题