In my .screenrc file, I have:

escape \034\034

This remaps ^a to ^\. This works for switching windows when specifying the window number, such as ^\0 or ^\1 but the 'other' command is not available, as seen by showing the help (:help). (The 'other' command is ^a,^a by default, and switches to the last used window.) How do I get the "other" command back while keeping my remapped escape key?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You should rebind it:

bind \034 other
link|improve this answer
Perfect, thanks! – Eddified Oct 4 '10 at 18:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.