Spend less time navigating and more time coding!
MRU-Tag allows you to quickly jump to your most recently used files and tags(functions/methods/etc).
(Note: MRU-Tag currently requires Python to be installed and has not been tested on Windows machines)
-
Install Exuberant Ctags.
sudo apt-get install exuberant-ctags -
Install Pathogen (Vim Plugin Manager).
-
Clone MRU-Function repo into your vim bundle directory.
cd ~/.vim/bundle git clone [email protected]:sequenceGeek/MRU-Function.git
(Note: start editing code inside functions/methods/etc to populate browser)
- Pressing
<F3>opens the MRU Tag Browser. - Select a file and press
<Enter>to expand the file's MRU tags. - Select a tag and press
<Enter>to jump to the tag.