aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$