In order to set the correct font setting in GVIM
Implementation
- First start by setting the font you want in an open GVIM session
:set guifont=*
- This will open a popup dialog so that the font can be set.
- Then check the font
:set guifont?
- For example at the bottom of my current GVIM session I have
guifont=Liberation Mono 16
Make permenant
- Edit (using GVIM if preferred) this file:
$HOME/.vimrc
- Save the document as
$HOME/.vimrc
Reference
|