diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-09-15 14:21:32 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-09-15 14:21:32 +0200 |
commit | f40cc9e44282e630264726148090816c8a231fb9 (patch) | |
tree | b31a8a2370529c70ddf471bdce8517df98445c29 /vim/vimrc | |
parent | a630ba9860b94d5155620ea323d73f30fd98f3ed (diff) |
Add NERDTree for vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,3 +37,5 @@ inoremap " ""<Esc>i "noremap n k "noremap r j "noremap t l + +map <F1> :NERDTreeToggle<CR> |