I use the plugin NERDTree, but every time I call it, I need to type
NERDTree
:NERDTree
I can\'t use the EscKey
Esc
By default, command-line completion is done with the key. This can be configured with the wildchar option.
wildchar
To complete using instead, put the following in your vimrc:
set wildchar=
For more information see :help 'wildchar'.
:help 'wildchar'