diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-20 10:51:41 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-20 10:51:41 -0500 |
commit | 50875795c2fc632b8fa57af331bfea15421c46fb (patch) | |
tree | 35c99c3b93bf1ac38ce92e7b135b5bae17fb33d2 /vimrc | |
parent | f0f9b01d099b7a8d5c2d1ed76b08586b6ca83247 (diff) |
adding a keybinding for nerdtree
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -70,6 +70,13 @@ if has("autocmd") endif " +" bindings +" + +" NERDTree +noremap <C-e> :NERDTreeToggle<Enter> + +" " visual " |