Am 06.11.20 um 12:11 schrieb Gary Stainburn:
The second problem I have is the selection of the font. My old box had "sans Regular 12" which was a lovely font to work with. However, when I choose the same font on the new box it's hideous. I don't know best how to request this, but basically how can I have my nice old font back?
Check your font name. Example:
$ grep font .gvimrc |tail -1
set guifont=Source\ Code\ Pro\ 14
$ fc-list |grep Source|head -1
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BlackIt.otf: Source Code Pro,Source Code Pro Black:style=Black Italic,Italic
-- Leon