summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-09-22 13:35:56 +0200
committerStefan Ritter <xeno@thehappy.de>2011-09-22 13:35:56 +0200
commit2ba60ebba5bcd022cc6a5542a7b7bc22d5bcd9aa (patch)
tree82b662ff120de4ad342c978c7ea1fc1dec8ad914 /vim/vimrc
parent43a556b114ee8fa5079cbe8f2ad807b63720165a (diff)
parentf40cc9e44282e630264726148090816c8a231fb9 (diff)
Merge branch 'master' of fucktheforce.de:xeno
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>