nmap <ESC>n :tabnew<CR>
" Quit and close shortcuts
+map q :wqa <CR>
map f :wq <CR>
map t :tabclose <CR>
map m :q! <CR>
-" Special savel all and quit
-" We're using an additional :w to make sure the current buffer will be saved
-" even if not updated (useful for message composition under the mutt mail client).
-map q :w <CR>:wqa <CR>
-
" NERDTree section
" Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc