aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 39685eb1..9c64bbca 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -226,6 +226,7 @@ endif
" Writing
nnoremap ZW :w!<CR>
+nnoremap ZA :wa!<CR>
" Yanking
nnoremap Y y$