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).

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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|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.