jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: A small and a large window on startup


Martin Klaiber <martinkl@xxxxxxxxxxxxxxxxxx> wrote:
>in certain situations I want jed to start with a particular appearance.
>This is: a small window at the top and a large for the rest.
>
>What I do now is, press three times Ctrl-X-2 to split windows (while
>cursor is at the top), press Ctrl-O and press two times Ctrl-0.

You can try putting something like this in your .jedrc file:

   define startup_config ()
   {
     splitwindow ();
     otherwindow ();
     loop (4) enlargewin ();
   }

Then run jed via:

   jed --startup-config

Good luck,
--John


       



   

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]