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