vimrc: add context from the issue
This commit is contained in:
parent
4f376d5e1f
commit
0526829af5
@ -1336,7 +1336,13 @@ nnoremap <Leader>ve :e $MYVIMRC<CR>
|
||||
nnoremap <Leader>vr :source $MYVIMRC<CR>call RefreshUI()<CR>
|
||||
|
||||
" https://sw.kovidgoyal.net/kitty/faq/#using-a-color-theme-with-a-background-color-does-not-work-well-in-vim
|
||||
" work wround vim's background colour erase
|
||||
" work around vim's background colour erase:
|
||||
"
|
||||
" vim hardcodes background color erase even if the terminfo file does
|
||||
" not contain bce (not to mention that libvte based terminals
|
||||
" incorrectly contain bce in their terminfo files). This causes
|
||||
" incorrect background rendering when using a color theme with a
|
||||
" background color.
|
||||
let &t_ut=''
|
||||
|
||||
" as per https://github.com/direnv/direnv/wiki/Vim
|
||||
|
Loading…
Reference in New Issue
Block a user