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 /
however the nerd tree help intercepts the ?
It is extrodinarily annoying. Potentially enough so to drop the pluggin.
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.
Most helpful comment
stick this in your vimrc
let NERDTreeMapHelp='<f1>'to remap it tof1- or set it to''to deactivate it.