screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Split, change focus and create new window with a single key combinat


From: Kevin Van Workum
Subject: Re: Split, change focus and create new window with a single key combination
Date: Wed, 5 Oct 2011 08:46:02 -0400



On Mon, Oct 3, 2011 at 1:09 PM, <address@hidden> wrote:
Hello everybody out there using screen,

A frequent task in GNU screen for me ist to split an existing window, focus the new area and create a new window within it.
This requires 3 key combinations:
C-a S
C-a TAB
C-a c
GNU screen is a great tool but why did the screen developers use such a uncomfortable way for this procedure?
Is there a way to get the intended behaviour with one single key combination?

Try adding this to your .screenrc:

bind E eval split focus screen

Then "C-a E" will do what you want.
 
Thanks in advance,
Julia

_______________________________________________
screen-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/screen-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]