aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index f355a76..e4398d2 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -247,7 +247,7 @@ inoremap <ESC>w <ESC>:w<CR>
"inoremap <C-w> <ESC>:w<CR>
" Write, quit and close shortcuts
-noremap q :wqa <CR>
+noremap q :Wipeout<CR>:wqa <CR>
"noremap f :wq <CR>
"noremap t :tabclose <CR>
"noremap m :q! <CR>