This commit is contained in:
David Aizenberg
2018-03-06 00:09:47 +02:00
parent 8bfad19fa3
commit 727ff16504
2 changed files with 2 additions and 2 deletions

2
.vimrc
View File

@@ -21,7 +21,7 @@ execute pathogen#infect()
set laststatus=2
let g:airline_powerline_fonts = 1
autocmd VimEnter * NERDTree
"autocmd VimEnter * NERDTree
"bind Ctrl + E as a Toggle for NERDTree
map <C-e> :NERDTreeToggle<CR>

View File

@@ -49,4 +49,4 @@ echo -e "${GREEN} clearning up ${RESET}"
rm -rf tmp/
echo -e "booyah, ${GREEN} there you go! ${RESET}"
echo -e "${GREEN} booyah, there you go! ${RESET}"