vim - Varying font size in gvim windows -


can make font size in nerdtree window smaller in other windows of gvim?

generally need large font size of 15 i'd folder tree window of nerdtree 12 - possible set using code in _vimrc. have following simple setting:

set guifont=consolas:h16:cansi 

slightly duplicated question , answered here:

  1. stackoverflow post
  2. stackoverflow post

not possible bro. vim uses same font size windows.
1 (if not :d) limitation of vim.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -