Saari Development

Ali Rizvi's Technical Blog as a Professional Software Development Engineer

Vim: Setting height and width of gVim window

leave a comment »

I always struggled with this on my windows Vim and today I saw the fix on a vim users mailing list addressing this exact question.

Here is the way to set height (lines) of gVim (graphical Vim) window:

:set lines=40

and here is how to set width (columns) of gVim windows:

:set columns=80

Written by imsaar

July 2, 2007 at 4:23 pm

Posted in editor, vim

Leave a Reply