summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-09-15 14:21:32 +0200
committerStefan Ritter <xeno@thehappy.de>2011-09-15 14:21:32 +0200
commitf40cc9e44282e630264726148090816c8a231fb9 (patch)
treeb31a8a2370529c70ddf471bdce8517df98445c29 /vim/vimrc
parenta630ba9860b94d5155620ea323d73f30fd98f3ed (diff)
Add NERDTree for vim
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>