Font and Font Size in gvim
Friday, April 2, 2010
Edit ~/.gvimrc and put the following lines:
set guifont=*
set guifont=Courier\ 10\ Pitch\ 12
Here "Courier 10 Pitch" is the name of the font and 12 is the font size.
Edit ~/.gvimrc and put the following lines:
set guifont=*
set guifont=Courier\ 10\ Pitch\ 12
Here "Courier 10 Pitch" is the name of the font and 12 is the font size.
When you are "lessing" a file, just type :gv to open the file in vim for editing. Upon quitting vim, it will return back to the less-view.
Read more...