[ESS] split window, sizing control

Michael Hannon jm_hannon at yahoo.com
Mon Jan 17 02:25:45 CET 2011


> From: Tyler Smith <tyler.smith at eku.edu>

>
> David Afshartous <david.r.afshartous at vanderbilt.edu> writes:
>
> > 1) the entire window size starts to change, with the bottom gradually
> > moving upward during the session.
>
> > 2) the split between the upper and lower half does not remain equal.
> >
> > Is there any way to keep the entire window maximized with the two
> > parts of equal size?
> >
>
> I haven't noticed the window size creeping during a session. If you want
> to return to equal-sized windows, you can type: C-x + (control-x, then
> the plus sign)
>
> Tyler

Perhaps this is obvious, but you can also split the window horizontally, i.e.,
so that the two pieces appear side-by-side:

    C-x 3 runs the command split-window-horizontally, which is an
    interactive compiled Lisp function.
    
    It is bound to C-x 3.
    
    (split-window-horizontally &optional SIZE)

This may or may not be a good idea, depending on the relative width of your
monitor and the text displayed in the window.

-- Mike



More information about the ESS-help mailing list