Using screen on Mac OS X, I want to know how to go to the beginning/end of the line.

Usually I use ^ + A / ^ + E on terminal , but that doesn't work for screen.

link|improve this question

25% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Ctrl+a is screen's default escape sequence. So, if you want to actually pass it through to something running inside screen you need to use Ctrl+aa. Ctrl+e should work fine as that's nothing screen captures.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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