Re: screen: how to toggle between 3 windows?
Jostein Berntsen <jbernts-gyXR7Lt7FVk/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <20130928174742.GB1712@jostein> |
On 29.09.13,00:00, ping song wrote: > hi folks: > we all know c-a c-a is to switch between 2 windows, which is a VERY useful > operation, but a lot of time I need to quickly switch between current and > the last 2 windows visited ever. > is there a quick key stroke to archive that as well? > > thanks! You can select specific windows with commands like this in .screenrc: bindkey ^[y select 6 This will select window 6 with "Alt-y". But that might not be what you are looking for? Jostein