You can do
bind o focus prev
to make Ctrl-a o do that.
On Thu, Mar 14, 2019 at 10:57 AM John Haverlack wrote:
> Greeting Screeners,
>
> Please forgive me if this is a duplicate feature request. I searched the
> screen mailing list but did not find this feature. I'm running screen
> version
Greeting Screeners,
Please forgive me if this is a duplicate feature request. I searched the
screen mailing list but did not find this feature. I'm running screen
version 4.05.00 (latest version from the Debian 9 stock repos). Perhaps
the following feature has been added to a more recent vers
I'm answering to myself, I found a solution and hope it's the good one.
After my split definitions, I add: layout save default
(using screen v4.05.00)
Le 14.03.2019 10:25, crazy...@c-p-f.org a écrit :
Hi there,
I've created a .screenrc with the following settings:
# STARTUP SCREENS
split -v
Hi there,
I've created a .screenrc with the following settings:
# STARTUP SCREENS
split -v
screen -t weechat 0 weechat
resize -v +20%
focus right
split
screen -t htop 2 htop
resize -h +15%
focus down
screen -t network 1 bmon
focus left
When I launch screen, it works perfectly. But when I detach