vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 522ea6cada5301ec7e78e438dfcc5b425ee3884e
parent 72305a2052cb1f3e1fbac63ee00efc338dfddec4
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 23 Mar 2017 14:51:46 -0700

Set cterm visual selection background colour

Diffstat:
Mvimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -125,6 +125,9 @@ if &t_Co > 2 || has("gui_running") hi ColorColumn guibg=grey24 ctermbg=235 hi CursorLine guibg=grey24 ctermbg=235 cterm=bold + " Highlight visual selection + hi Visual ctermbg=237 + if has("autocmd") " Cursor line highlighting au WinLeave * setlocal nocursorline