OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

Use Ctrl-Tab in GNU Screen #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to add an option for Ctrl-Tab (one MinTTY + screen)?

I tried to follow this blog, but it did not work for me.

use Ctrl-Tab in GNU Screen

http://www.staldal.nu/tech/2009/01/10/how-to-use-ctrl-tab-in-gnu-screen/

Original issue reported on code.google.com by maxiangjiang on 3 Jul 2010 at 7:24

GoogleCodeExporter commented 9 years ago
Yep. You'll need to disable the 'Switch window' shortcuts on the 'Keys' page of 
the options, and put the following into .screeenrc:

bindkey "^[[1;5I" next
bindkey "^[[1;6I" prev

Original comment by andy.koppe on 3 Jul 2010 at 10:03

GoogleCodeExporter commented 9 years ago
It works like a charm.
MinTTY + Screen = best window manager for Windows

Original comment by maxiangjiang on 3 Jul 2010 at 4:22

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by andy.koppe on 7 Jul 2010 at 10:11