aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 91cff473..33c80f1a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -169,14 +169,6 @@ if &loadplugins
nmap J <Plug>FixedJoin
endif
-" Remap normal Y to yank to end of line (consistent with C, D)
-nnoremap Y y$
-
-" ZA unconditionally writes all buffers
-nnoremap ZA :<C-U>wall!<CR>
-" ZW unconditionally writes current buffer
-nnoremap ZW :<C-U>write!<CR>
-
" Remap normal/visual <Space> to scroll down a page
nnoremap <Space> <C-F>
if v:version >= 700