My finger memory is too used to using question mark as a reverse search. Is it possible to disable '?' to toggle quickhelp?
Most keys in NERDTree are configurable. See :h NERDTreeMappings. The specific one you want to change is here: :h NERDTree-?. You can put this in your vimrc to override the question mark:
let g:NERDTreeMapHelp = '<F1>'
Great, thanks!
Most helpful comment
Most keys in NERDTree are configurable. See
:h NERDTreeMappings. The specific one you want to change is here::h NERDTree-?. You can put this in your vimrc to override the question mark: