Terminal limits scrolling

I have a running log, it outputs a lot to the terminal. Unfortunately, when I try to scroll up and view older output, it appears there is a limit. And I am unable to scroll past a certain point. On the Mac, the terminal allows you to scroll up to the start of the session. Is there a way to do this in ubuntu terminal?

1

4 Answers

Go to Edit -> Profile Preference -> Scrolling Tab

Now just tick the Unlimited box below Scrollback.

You will now be able to see your entire output.

enter image description here

6

Since the question is now over three years old, I just want to post an update:

In Ubuntu 15.10 it is pretty similar to the accepted answer, there it looks the following:

  • Go to Edit -> Profile Preference -> Scrolling Tab.

  • Untick the box beside "Limit scrollback to:".

Disable "Limit scrollback to:"

1

Supposedly Gnome terminal has an option for that, please check Edit->Profiles->Default->Edit->Scrolling->Scrollback

The other answers here are correct... unless you use the clear command. Sometime after Ubuntu 12.04, running clear also prevented scrollback, even if you have the terminal set to unlimited scrolling. This can be very frustrating.

For a discussion and workarounds, see How to stop `clear` from clearing scrollback buffer

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like