Question

Can I make the font size in my NERDTree window smaller than in all other windows of gvim?

Generally I need large font size of 15 but I'd like the folder tree window of NERDTree to be 12 - is this possible to set using code in _vimrc. Currently I have the following simple setting:

set guifont=Consolas:h16:cANSI

Slightly duplicated question and answered here:

  1. Stackoverflow Post
  2. Stackoverflow Post
Was it helpful?

Solution

Not possible bro. Vim uses the same font size for all its windows.
This is one (if not the only :D) limitation of Vim.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top