I am using the NERDTree plugin for Vim. When using the s: open vsplit command, is it possible to resize the windows so that the file takes up a larger portion of the screen than the directory tree?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
You can set the default with of NERDTree through |
|||
|
|
|
Check your settings for equalalways and eadirection, as they dictate what size new windows start out as. If equalalways is set, then all new windows will be created equal in width, height, or both, depending on the value of eadirection. Also, the NERDTree setting: NERDTreeWinSize defaults to a width of 31 characters, you may want to adjust that (after checking the equalalways and eadirection options in vim too) |
|||
|
|
Enter, nots. – phunehehe Jan 19 '12 at 12:00