summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f634939..6dd2f70 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -37,3 +37,5 @@ inoremap " ""<Esc>i
"noremap n k
"noremap r j
"noremap t l
+
+map <F1> :NERDTreeToggle<CR>