I have ported nmaster to fit the latest changes in the mercurial repo.
Now nmaster contains two layouts:
- ntile - classic nmaster layout
- dntile - dinamic nmaster layout
The dinamic nmaster follow this rules:
/* dynamic nmaster */
if (n<5) inc = 0;
else if (n<7) inc = 1;
else inc = 2;
I find quite comfortable with this configuration
and you can actually define a horitzontal split
and use incnmaster() to change this configuration.
Let me know what do you think about it.
Wiki has been updated.
Fetch it from:
http://news.nopcode.org/nmaster.c
--pancake