Hello, On 2023/09/26 09:40:09 +0200, Harald Dunkel <harald.dun...@aixigo.com> wrote: > Hi folks, > > would it be possible to introduce a vertical split window (Ctrl-X 3) > in mg, similar to horizontal split? I am really missing this feature. > Vertical split allows me to work with similar files (shown side-by-side) > much more efficiently.
I'd love to have vertical splits in mg as well, but the display logic needs some heavy work to accomodate for it. Take a look at display.c, it's written in a way to only handle horizontal splits. In fact, among the various micro emacs descendants almost no implementation support vertical splits :/ Not to say that's impossible for mg, just that it takes some non trivial work.