aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-05 19:31:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-05 19:31:42 -0300
commit0004b3fdc22bdabd5e43997f2871a0724e8f20a1 (patch)
treec7dfcd33182ee6e19dd59385e7f80d52cfd83de1
parent9fe30b3d31f9f7533d1987c2c981ac05fc81183c (diff)
downloadvim-0004b3fdc22bdabd5e43997f2871a0724e8f20a1.tar.gz
vim-0004b3fdc22bdabd5e43997f2871a0724e8f20a1.tar.bz2
Remove special 'save all and quit'
-rw-r--r--vimrc.dot.link6
1 files changed, 1 insertions, 5 deletions
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 <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