chak wrote:
How can i limit maximum splits number?
You can limit the minimum height of a window: a split will fail if it's not possible to keep all windows at least 'winminheight' lines tall not including the status line.
How can i enable lines numeration by default?
:set number " in your vimrc
i'm using RExplorer plugin, and each new file is opened in new window and without lines numeration :( ps: RExplorer is cool
see
:help 'winminheight'
:help 'number'
Best regards,
Tony.
