I am using the gVim7.2 on Windows 7.I can set the gui font as Consolas 10(font size) from menu . I am trying to set this in .vimrc file like below
set guifont=Consolas\ 10
But it deosn't work. Does anyone set this before?
|
|
|
I use the following (Uses Consolas on Windows and Inconsolata everywhere else):
Edit: And while you're at it, you could take a look at http://www.codinghorror.com/blog/2004/12/progamming-fonts.html |
|||
|
|
For GUI specific settings use the Check the
The syntax is wrong. After |
|||
|
|
|
Try setting your font from the menu and then typing
This should display to you the string that Vim has set this option to. You'll need to escape any spaces. |
|||||
|
|
|
For Windows do the following:
|
||||
|
|
The command in step 6 will insert the contents of the |
|||
|
|