vote up 1 vote down star

I'm in the process of switching from multiple tabs in iTerm to one GNU screen session. In iTerm, I can look at a file with less and the content of the terminal is restored when I quit less. In GNU screen, the previous contents get overwritten by the content of the file I looked at in less. Is there some way to change this?

flag

1 Answer

vote up 3 vote down check

Try adding

altscreen on

to your .screenrc.

link|flag
thanks a lot, this does exactly what I want :) – micha2305 May 18 at 8:11

Your Answer

Get an OpenID
or

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