vote up 1 vote down star
1

I would like to reset completely terminal window. Not 'clear' - old outputs are still there, when u scroll up. It is especially useful during reading some debugger output, to have one attempt in termial (it takes hundreds of lines).

flag

3 Answers

vote up 2 vote down

Command-K should do the trick. (or View > Clear Scrollback)

link|flag
vote up 0 vote down

Yep, try "View" > "Clear Scrollback ⌘K"

link|flag
vote up 0 vote down

Use the shortcut: Cmd + K or View -> Clear Scrollback.

However, if you messed up the encoding of the Terminal by piping output incorrectly, you should first call the reset command to re-initialize the it.

link|flag

Your Answer

Get an OpenID
or
never shown

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