Nerdtree: Disable question mark to toggle help

Created on 2 Feb 2018  路  2Comments  路  Source: preservim/nerdtree

My finger memory is too used to using question mark as a reverse search. Is it possible to disable '?' to toggle quickhelp?

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:

let g:NERDTreeMapHelp = '<F1>'

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings