I have this in my screenrc to focus the last window when doing a
split, but that could be set to open a new window
bind 's' eval split focus other focus
On 18/04/2012, Chris Jones wrote:
> On Tue, Apr 17, 2012 at 11:42:25PM EDT, 夏凯 wrote:
>
>> i know that, i just don't know that i have to use C
On Tue, Apr 17, 2012 at 11:42:25PM EDT, 夏凯 wrote:
> i know that, i just don't know that i have to use C-a c to create
> a shell after i split, this is different from tmux, in tmux, when you
> split the windows, it create the shell automatically. also, i find C-a
> c in man, it was used to create a
when you use CTRL+a+Tab switch to second region,
use CTRL+a+n or CTRL+a+p change to next or previous window.
On Tue, Apr 17, 2012 at 10:53 PM, 夏凯 wrote:
> i use CTRL+a+S to split window in screen, but i can't input anything
> in the region, and there is no more bash forked.
> i can use CTRL+a+Ta
i know that, i just don't know that i have to use C-a c to create a
shell after i split, this is different from tmux, in tmux, when you
split the windows, it create the shell automatically.
also, i find C-a c in man, it was used to create a window, not create
a shell. so i didn't got it.
On Wed, A
thank you very much.
On 2012年04月18日 02:54, Axel Beckert wrote:
Hi,
On Tue, Apr 17, 2012 at 10:53:15PM +0800, 夏凯 wrote:
i use CTRL+a+S to split window in screen, but i can't input anything
in the region, and there is no more bash forked.
This is normal. A new window shows nothing by default. Us
Hi,
On Tue, Apr 17, 2012 at 10:53:15PM +0800, 夏凯 wrote:
> i use CTRL+a+S to split window in screen, but i can't input anything
> in the region, and there is no more bash forked.
This is normal. A new window shows nothing by default. Use C-a c to
start a shell in that window.
C-a S (and C-a | jus
i use CTRL+a+S to split window in screen, but i can't input anything
in the region, and there is no more bash forked.
i can use CTRL+a+Tab to switch to the second region.
i can use CTRL+a+X to kill the second region, when i use CTRL+D to
exit the first region, i just exit the whole screen,
here is