Skip to content

Commit

Permalink
Turned off cursorcolumn by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
zarac committed Apr 22, 2011
1 parent 10daa88 commit 1704495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vimrc
Expand Up @@ -666,7 +666,6 @@




""" Setters ,s {{{ """ Setters ,s {{{
set cc=81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100
"nmap <silent> ,scc :set cc=+1,80,90,100,150,200,250,300,350,400,450,500,550,600,650,700,850,900,950,1000<CR> "nmap <silent> ,scc :set cc=+1,80,90,100,150,200,250,300,350,400,450,500,550,600,650,700,850,900,950,1000<CR>
nmap <silent> ,scc :set colorcolumn=81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100<CR> nmap <silent> ,scc :set colorcolumn=81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100<CR>
nmap <silent> ,scC :set colorcolumn=<CR> nmap <silent> ,scC :set colorcolumn=<CR>
Expand Down

0 comments on commit 1704495

Please sign in to comment.