aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:47:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:47:09 +1200
commitdae802d5c726fb431fc54e940e08575feb9c81d8 (patch)
treef1b123b1b69dd11525cba8d739132d405ffcec75
parentSimplify Ctrl-L Vim map (diff)
downloaddotfiles-dae802d5c726fb431fc54e940e08575feb9c81d8.tar.gz
dotfiles-dae802d5c726fb431fc54e940e08575feb9c81d8.zip
Remove unused mappings
These have all fallen out of disuse; I'm much more likely to y$ anyway.
-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