Steve Litt said on Sun, 1 Dec 2024 14:58:03 -0500
>Is there a way to configure gvim to change background and foreground
>colors of selected text? If so, how do I do it?
I solved this problem by placing the following line in my .gvimrc:
highlight Visual guifg=yellow guibg=black
Thanks,
SteveT