Skip to content

Instantly share code, notes, and snippets.

@Johnytran
Created August 16, 2015 11:56
Show Gist options
  • Save Johnytran/dd07752cc20f6e08f190 to your computer and use it in GitHub Desktop.
Save Johnytran/dd07752cc20f6e08f190 to your computer and use it in GitHub Desktop.
shortcut open nerdtree in vim
In my .vimrc I have:
let mapleader = ","
nmap <leader>ne :NERDTree<cr>
So when I need NERDTree I just write ,ne in normal mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment