aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0eb318ca..4b94cf1a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -167,6 +167,9 @@ if has("linebreak")
set showbreak=...
endif
+" Writing
+nnoremap ZW :w!<CR>
+
" Yanking
nnoremap Y y$