From dae802d5c726fb431fc54e940e08575feb9c81d8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 23:47:09 +1200 Subject: Remove unused mappings These have all fallen out of disuse; I'm much more likely to y$ anyway. --- vim/vimrc | 8 -------- 1 file changed, 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 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 :wall! -" ZW unconditionally writes current buffer -nnoremap ZW :write! - " Remap normal/visual to scroll down a page nnoremap if v:version >= 700 -- cgit v1.2.3