On Mon, Oct 3, 2011 at 1:09 PM, <julia.jacob...@arcor.de> 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
> screen-users@gnu.org
> https://lists.gnu.org/mailman/listinfo/screen-users
>
_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to