From 11b47a555d4dfab41a5d43a9769478f48c7a1cc4 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 8 Aug 2012 11:46:52 +0200 Subject: [PATCH] do not highlight current line (that breaks colors), remap RainbowParentheses to R --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index c5173f3..8a3a664 100644 --- a/.vimrc +++ b/.vimrc @@ -51,7 +51,7 @@ set guioptions-=T "remove toolbar set colorcolumn=80,120 " highligth the 80th and 120th column -set cursorline " highlight current line +"set cursorline " highlight current line " all operations such as yy, D, and P work with the clipboard. " No need to prefix them with "* or "+ @@ -81,7 +81,7 @@ nnoremap s vl:bn nnoremap j gw}{V}:call Justify('tw',4) " activate rainbow parenthesis -nnoremap r :RainbowParenthesesToggle +nnoremap R :RainbowParenthesesToggle " activate gundo nnoremap u :GundoToggle