From ea3e5118d254d948ac72575aacf981ce9b2a3991 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 2 Nov 2011 14:54:50 +0100 Subject: [PATCH] set cursorline by default, let the color for the color scheme --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0a6e2c3..8716728 100644 --- a/.vimrc +++ b/.vimrc @@ -36,7 +36,7 @@ set guioptions-=T "remove toolbar set colorcolumn=80,120 " highligth the 80th and 120th column -hi CursorLine cterm=NONE ctermbg=lightgrey ctermfg=NONE guibg=#2a2a32 guifg=NONE +set cursorline let mapleader = "," " leader key is comma