Saturday, October 11, 2008

HowTo set width/height/font/fontSize of vim window

" set the screen width and height, the same as set columns and lines
win 80 25
" columns width of the display
" set co=80
" lines number of lines in the display
" set lines=24
" For Mac OS X you can use something like this: >
set guifont=Monaco:h12

No comments :