How to reset teminal under mac os x - Super User most recent 30 from superuser.com 2010-03-20T13:19:45Z http://superuser.com/feeds/question/70111 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x 1 How to reset teminal under mac os x michal http://superuser.com/users/17910 2009-11-13T15:23:52Z 2009-11-13T15:35:17Z <p>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). </p> http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70113#70113 2 Answer by dex for How to reset teminal under mac os x dex http://superuser.com/users/51 2009-11-13T15:29:17Z 2009-11-13T15:29:17Z <p>Command-K should do the trick. (or <code>View &gt; Clear Scrollback</code>)</p> http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70114#70114 0 Answer by Ashy for How to reset teminal under mac os x Ashy http://superuser.com/users/17817 2009-11-13T15:31:00Z 2009-11-13T15:31:00Z <p>Yep, try "View" > "Clear Scrollback ⌘K"</p> http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70115#70115 0 Answer by Ben S for How to reset teminal under mac os x Ben S http://superuser.com/users/9059 2009-11-13T15:35:17Z 2009-11-13T15:35:17Z <p>Use the shortcut: <kbd>Cmd</kbd> + <kbd>K</kbd> or View -> Clear Scrollback.</p> <p>However, if you messed up the encoding of the Terminal by piping output incorrectly, you should first call the <code>reset</code> command to re-initialize the it.</p>