aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-18 11:43:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-18 11:43:00 +1200
commit59e54416a2b5224ff21ade609214fb3d6543407b (patch)
treef58ef7890e3656a7288258566d8e23f1db402153 /vim/vimrc
parentMap ZW to :w! for quick forced writes (diff)
downloaddotfiles-59e54416a2b5224ff21ade609214fb3d6543407b.tar.gz
dotfiles-59e54416a2b5224ff21ade609214fb3d6543407b.zip
Fix alphabetical ordering of sections.
It's messing with my Asperger's.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4b94cf1a..50b27b59 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -170,14 +170,14 @@ endif
" Writing
nnoremap ZW :w!<CR>
-" Yanking
-nnoremap Y y$
-
" Visual
if has("virtualedit")
set virtualedit+=block
endif
+" Yanking
+nnoremap Y y$
+
" Local
if filereadable(glob("~/.vimrc.local"))
source ~/.vimrc.local