How can I scroll up more on iterm2 to get full output? At times, for example if I am doing unit tests, the errors are so large than I need to keep scrolling up to which I cannot scroll up anymore but the output continues further up beyond the top of the scroll. How can I access that? I tried page up more but not getting me there.
351
votes
4 Answers
620
votes
21
votes
Solution: In order to increase your buffer history on iterm bash terminal you've got two options:
Go to iterm -> Preferences -> Profiles -> Terminal Tab -> Scrollback Buffer (section)
Option 1. select the checkbox Unlimited scrollback
Option 2. type the selected Scrollback lines
numbers you'd like your terminal buffer to cache (See image below)
0
votes
0
votes
Tree Step:
- cmd + ,
- Profiles Tab
- Select "Terminal" and mark the "Unlimited scrollback"
now restart your terminal and BOOM
Watch video here: https://i.imgur.com/yFwduAl.mp4