aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-18 11:51:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-18 11:51:51 +1200
commit022c64589fcf4fe767aa950fcc4e86d8b5b4a051 (patch)
tree994b361feab2f2b5f9df76f597625eae17a7cefd /vim/vimrc
parentFix alphabetical ordering of sections. (diff)
downloaddotfiles-022c64589fcf4fe767aa950fcc4e86d8b5b4a051.tar.gz
dotfiles-022c64589fcf4fe767aa950fcc4e86d8b5b4a051.zip
Nope, still got it wrong.
Have you ever herped so hard, you derped?
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 50b27b59..7d894f3c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -130,6 +130,11 @@ endif
noremap <F1> <nop>
nnoremap K <nop>
+" Visual
+if has("virtualedit")
+ set virtualedit+=block
+endif
+
" Wildmenu
if has("wildmenu")
set wildmenu
@@ -170,11 +175,6 @@ endif
" Writing
nnoremap ZW :w!<CR>
-" Visual
-if has("virtualedit")
- set virtualedit+=block
-endif
-
" Yanking
nnoremap Y y$