How to use the software autojump in Emacs’s minibuffer?
I like using autojump at command line to save time navigating between paths. I feel needing the same convenience in the Emacs minibuffer when I am editting different files. How to achieve this?
[Edit]
The alternative approach I am currently using is to invoke shell mode in a Emacs buffer and use autojump in that shell-in-Emacs-buffer. Or just turn to the shell program (Terminal, iTerm, etc.) and run autojump there. Then copy the path I found using autojump into Emacs minibuffer.
Simply use the list of recent file names for file name completion. This page explains how you can do this and lists several completion packages.
From my experience I recommend Iswitchb completion or Anything completion from the listed alternatives.
Update: here is an other page from Emacswiki which describes how you can get to anywhere in your filesystem quickly.