Varying font size in gvim windows

2019-07-27 08:06发布

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

标签: vim nerdtree
1条回答
不美不萌又怎样
2楼-- · 2019-07-27 08:56

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

查看更多
登录 后发表回答