aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-19 09:54:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-19 09:54:49 +1200
commit9141a7fa3c4cac1c5fed4f464f8dd7c87a448d1f (patch)
treec08469f604c98823d42df8554eb17fb6d36cce7d /vim/vimrc
parentAdd functions to enable/disable prompt (diff)
downloaddotfiles-9141a7fa3c4cac1c5fed4f464f8dd7c87a448d1f.tar.gz
dotfiles-9141a7fa3c4cac1c5fed4f464f8dd7c87a448d1f.zip
Add ZA mapping to force write all
I like these Z mappings. I can probably think of a few more.
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$