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
You can disable the merging (the "looking in other directories" in ido vulgo) with
(setq ido-auto-merge-work-directories-length -1)
but you can also undo the merge with C-z in ido.
C-z