Browse Source

~/.vimrc: unset cursorcolum

Lucas Stadler 12 years ago
parent
commit
432123af2c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .vimrc

+ 0 - 2
.vimrc

44
set pastetoggle=<F12>
44
set pastetoggle=<F12>
45
45
46
set number " With numbertoggle they're quite cool (I think)
46
set number " With numbertoggle they're quite cool (I think)
47
set cursorcolumn
48
hi cursorcolumn cterm=NONE ctermbg=white
49
47
50
" Copy indent of the last line.
48
" Copy indent of the last line.
51
set copyindent
49
set copyindent