From: Silvio Rhatto Date: Thu, 5 Jun 2014 22:31:42 +0000 (-0300) Subject: Remove special 'save all and quit' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0004b3fdc22bdabd5e43997f2871a0724e8f20a1;p=rhatto%2Fdotfiles%2Fvim.git Remove special 'save all and quit' --- diff --git a/vimrc.dot.link b/vimrc.dot.link index be1a5b7..2924fae 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -84,15 +84,11 @@ let g:syntastic_mode_map = { 'mode': 'passive', nmap n :tabnew " Quit and close shortcuts +map q :wqa map f :wq map t :tabclose map m :q! -" 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 :wqa - " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc