soft-era-vim icon indicating copy to clipboard operation
soft-era-vim copied to clipboard

What's with all the carets?

Open ngscheurich opened this issue 7 years ago • 1 comments
trafficstars

python3_6

This only occurs after opening NERDTree.

ngscheurich avatar Apr 12 '18 23:04 ngscheurich

Vim uses carets to differentiate between StatusLine and StatusLineNC if they have the same colors set. I'm not seeing this in my airline, but I do see it in the wildmenu when I change color schemes or open files so maybe it's related?

Do they go away if you change the colors with :highlight StatusLine cterm=none ctermfg=white ctermbg=black guibg=black?

codehearts avatar Oct 04 '18 22:10 codehearts