FindInNERDTree : Expands NERDTree to file in current buffer
script karma |
Rating 5/4,
Downloaded by 768 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Doug McInnes |
|
script type |
utility |
|
description |
!!! THE CURRENT VERSION OF NERDTree ALREADY HAS THIS FEATURE !!!
I.e. you don't need this plugin :)
---
FindInNERDTree is a NERDTree vimscript #1658 plugin that recursively opens the tree to the location of the current buffer. If you jump around source code using ctags, trying to open the tree to where you are can be quite a chore. With this script you can hit a key combination and have the tree immediately pop open to your location.
The script is also hosted on GitHub:
http://github.com/dmcinnes/FindInNERDTree |
|
install details |
Requires version 4.0.0 of NERDTree vimscript #1658! If you're getting error messages you probably need to update!
Drop the script into the NERDTree plugin folder:
.vim/plugin/nerdtree_plugin
Add a mapping to your .vimrc file, e.g. this fires it off with Control-f:
nnoremap <silent> <C-f> :call FindInNERDTree()<CR>
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.119.29.99
|