dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6ae034a46e696fcd77b01431b9902c544e8bdbfa
parent fe78fae729337b4601e29ac78f9c30bd30747542
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 28 Jul 2016 18:57:12 -0700

Set cterm ColorLine fg to bold

Eliminates the default underline.

Diffstat:
M.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -110,7 +110,7 @@ if &t_Co > 2 || has("gui_running") " Highlight cursor line set cursorline hi ColorColumn guibg=grey24 ctermbg=238 - hi CursorLine guibg=grey24 ctermbg=238 + hi CursorLine guibg=grey24 ctermbg=238 cterm=bold if has("autocmd") " Cursor line highlighting