aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e158642..fb50346 100644
--- a/vimrc
+++ b/vimrc
@@ -70,6 +70,13 @@ if has("autocmd")
endif
"
+" bindings
+"
+
+" NERDTree
+noremap <C-e> :NERDTreeToggle<Enter>
+
+"
" visual
"