NinjaCat
NinjaCat

Reputation: 10194

How can I change the vimrc console font

I connect to my linux box via putty. I've been able to modify the color scheme via my vimrc file, but how can I change the console font? I see an option for guifont but I am not using a GUI...

Upvotes: 1

Views: 4253

Answers (2)

Vlad Bezden
Vlad Bezden

Reputation: 89507

Based on Vim documentation

Console Vim uses whatever font the console/terminal is using. Changing the font in your terminal is done differently depending on your system and the terminal in use.

So if you want to change vim console font you need to change your terminal font.

Upvotes: 0

Ned Batchelder
Ned Batchelder

Reputation: 375484

You can't change the console font from vim. You can change the font in Putty.

Upvotes: 5

Related Questions