Re: Font size change

2019-03-19 Thread Tony Mechelynck
In gvim the size and shape of the font is defined by the 'guifont' setting, whose format varies depending on the GUI flavour gvim is compiled for: Windows, GTK2/3, other-X11, etc., each use a different format, see https://vim.wikia.com/wiki/Setting_the_font_in_the_GUI In Vim running in a console t

Re: Font size change

2019-03-19 Thread meine
> > > I am currently trying to change the font size of files being viewed using > > > vim from the default ( 9) setting, can someone tell me where this is > > > defined so I can up it to size 10/11 or 12. in a graphical environment you can set the font and its size in your .vimrc with `set guifont

Re: Font size change

2019-03-18 Thread arocker
> what is the VIM equivalent of the ".exrc" file .vimrc https://vim.fandom.com/wiki/Example_vimrc is just one of many examples a search threw up. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informa

Re: Font size change

2019-03-18 Thread Lambert Esparza
On Thursday, September 20, 2007 at 5:51:31 AM UTC-5, Martin Krischik wrote: > Hello, > > On 20 Sep., 12:19, andrew.bridge...@corusgroup.com wrote: > > > I am currently trying to change the font size of files being viewed using > > vim from the default ( 9) setting, can someone tell me where this