Nerdtree: Relase control of "?" to vim's reverse search

Created on 17 Dec 2012  路  4Comments  路  Source: preservim/nerdtree

I constantly use search in nerd tree to find a directory or file that I know exists in the current tree.

Unfortunately, many times the thing I am looking for is above me in the tree. so instead of / - N I really just want to ? -

however the nerd tree help intercepts the ?

It is extrodinarily annoying. Potentially enough so to drop the pluggin.

Most helpful comment

stick this in your vimrc let NERDTreeMapHelp='<f1>' to remap it to f1 - or set it to '' to deactivate it.

All 4 comments

stick this in your vimrc let NERDTreeMapHelp='<f1>' to remap it to f1 - or set it to '' to deactivate it.

I see that now in the docs.

Sorry for wasting your time. >.<

I'm surprised it's not F1 by default. '?' is a pretty common key with Vim usage

This just made my day. Thanks for resolving this issue in a public, googleable fashion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DapperFox picture DapperFox  路  4Comments

jordwalke picture jordwalke  路  4Comments

kristijanhusak picture kristijanhusak  路  3Comments

masylum picture masylum  路  7Comments

NikosEfthias picture NikosEfthias  路  3Comments