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-xC-f ( start typing a new filen
Doing this really helps. Basically use ido-mode up until you get to the correct directory, then hit C-f again to get out of ido-mode as you type the new filename.
C-xC-fnavigate to directoryC-fenter new filenameRET.