From 93b3c58bcf0c471e813ddb442a4b435ada57114d Mon Sep 17 00:00:00 2001 From: Erik Steigler Date: Sat, 10 Mar 2012 15:24:23 -0500 Subject: [PATCH] don't like cursor lines --- _vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vimrc b/_vimrc index d413f2dc6..436b75a2f 100644 --- a/_vimrc +++ b/_vimrc @@ -176,7 +176,7 @@ set pumheight=6 " Keep a small completion window endif """ Moving Around/Editing -set cursorline " have a line indicate the cursor location +" set cursorline " have a line indicate the cursor location set ruler " show the cursor position all the time set nostartofline " Avoid moving cursor to BOL when jumping around set virtualedit=block " Let cursor move past the last char in mode