Re: Re: [Lnx-bbc-cvs] gar/utils/splitvt

Nick Moffitt <[email protected]> Thu, 1 Jan 2004 17:36:48 -0800
Newsgroups gmane.linux.bbc.devel
Message-ID <[email protected]>
begin  Nick Moffitt  quotation:
> begin  Paul Gray  quotation:
> > The functionality that I use with splitvt is analogous to
> > esc-:-split in vim.  ctrl-w moves between windows (in splitvt,
> > that is).  I haven't seen that done before with screen.
> 
> 	Okay, consider this gedanken screen script:
> 
> #!/usr/bin/screen -mc
> escape ^ww
> split
> screen 
> screen

	Okay, maybe escape ^]] and then "bindkey ^w focus" for true
splitvt emulation.

-- 
"Forget the damned motor car and build cities for lovers and friends."
	-- Lewis Mumford

end