Skip to content

Instantly share code, notes, and snippets.

@chrisshroba
Last active March 10, 2016 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisshroba/b308b2ccbab57ecbb858 to your computer and use it in GitHub Desktop.
Save chrisshroba/b308b2ccbab57ecbb858 to your computer and use it in GitHub Desktop.
Function to clear all iTerm scrollback history
# Clears all iTerm scrollback
# Useful to run before commands with long output
# (simply scroll to top to find beginning of output)
c () {
echo "\033]50;ClearScrollback\x7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment