vim - Auto search NERDTree upon typing -
I am already using CRPP, but I automatically go to NERDTree on a node without my code / Foo
but instead, when I type foo
then I want to move it there (first result) This is useful when I want to see directory structure but I'm not sure about the filename. (I used CtrlP if I knew the file name)
typing / foo
then enter
is too much key stroke for me.
Any ideas about how to achieve this?
I do not recommend it because typing /
is not such an issue,
Autocomed file type Normality call feeds ('/', 't')
will automate it with : Set up Inscript < / Code>, you will also see the match first. Still press Enter to complete the search, however ...
Comments
Post a Comment