I’d like to create an abbreviation for NERDTree on the command-line. I find it annoying have to write :NERDTree every time I want to enable it. So I’d like to type :nr or something like that. Is that possible?
I’d like to create an abbreviation for NERDTree on the command-line. I find it
Share
In my
.vimrcI have:So when I need NERDTree I just write
,nein normal mode.