From 57015649166e2e8d135bc89237f5ca9865e36a58 Mon Sep 17 00:00:00 2001
From: Timo Sirainen
Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10 Meta-q .. Meta-p - Jump directly between windows 11-20 - /WINDOW <number> - Jump to any window with specified number - Ctrl-P, Ctrl-N - Jump to previous / next window + /WINDOW <number> - Jump to any window with specified number + Ctrl-P, Ctrl-N - Jump to previous / next window
Clearly the easiest way is to use Meta-number keys. And what is the Meta @@ -105,6 +105,11 @@ key? For some terminals, it's the same as ALT. If you have Windows keyboard, it's probably the left Windows key. If they don't work directly, you'll need to set a few X resources (NOTE: these work with both xterm and rxvt):
++ XTerm*eightBitInput: false + XTerm*metaSendsEscape: true ++
With rxvt, you can also specify which key acts as Meta key. So if you want to use ALT instead of Windows key for it, use:
-- cgit v1.2.3