When doing actual work, I can't stand the scalable monospaced fonts that are available to me with the default install. How can I make gVim use the good old 6x13 x11 font?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
cd /etc/fonts/conf.d rm 70-no-bitmaps.conf ln -s ../conf.avail/70-yes-bitmaps.conf . And then restart X, or do a |
|||||||
|