quick-file : to quickly jump to file in current or sub directory
script karma |
Rating 136/48,
Downloaded by 1744 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
zhao chang |
|
script type |
ftplugin |
|
description |
Wonder how to locate and jump to file in vim real quick?
Here is a solution. (It helps me a lot)
NOTE: THIS REQUIRES VIM WITH PYTHON (but don't worry, I am sure your vim supports it, unless you are using windows, then you got to install python you yourself)
http://github.com/zhchang/quick_file
:QF something my-folder my-sub-folder
if you have wtf/wtf-my-folder-blahblah/wtf-my-sub-folder-blahblahblah/this-is-something-lol.py
it will locate and open this-is-something-lol.py for editing in no time.
All you need to jump to a file is to type a fragment of the filename, and optionally specify fragment of the folder that it resides in. The plugin will jump to the closest match and start editing it.(the more fragment you give, the preciser the match will be)
a big productivity improver.
Enjoy. |
|
install details |
unizp quick_file.zip to:
ubuntu/osx: ~/.vim
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|