This commit is contained in:
David Aizenberg
2018-03-05 23:47:31 +02:00
parent 3f61523d39
commit 77a991b048
2 changed files with 50 additions and 2 deletions

4
.vimrc
View File

@@ -23,8 +23,8 @@ let g:airline_powerline_fonts = 1
autocmd VimEnter * NERDTree
"bind F2 as a Toggle for NERDTree
map <F2> :NERDTreeToggle<CR>
"bind Ctrl + E as a Toggle for NERDTree
map <C-e> :NERDTreeToggle<CR>
"Configure vim to backup files, might save sometime, definitely will not hurt.
set backup