Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cgreer/MRU-Tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRU-Tag

Spend less time navigating and more time coding!

Introduction

MRU-Tag allows you to quickly jump to your most recently used files and tags(functions/methods/etc).

Sample Output

Install

(Note: MRU-Tag currently requires Python to be installed and has not been tested on Windows machines)

  1. Install Exuberant Ctags.

     sudo apt-get install exuberant-ctags  
    
  2. Install Pathogen (Vim Plugin Manager).

  3. Clone MRU-Function repo into your vim bundle directory.

     cd ~/.vim/bundle  
     git clone [email protected]:sequenceGeek/MRU-Function.git
    

Usage

(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.

About

Jump to most recently used tags (functions/methods/etc) in Vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published