ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Clear​Console

by saadq ST3

A hacky way to clear the console in Sublime.

Details

Installs

  • Total 6K
  • Win 4K
  • Mac 1K
  • Linux 701
May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27
Windows 1 0 0 1 0 0 0 2 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 2 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 2 0 0 0 1
Mac 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 6 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

ClearConsole

“Clear” the console by printing a bunch of new lines.

This plugin was inspired from this answer on StackOverflow by @MattDMo, and is simply a means of convenience around it that allows you to clear the console by just using some hotkeys.

Installation

  1. Open the Command Palette by pressing +Shift+P on Mac or Ctrl+Shift+P on Windows
  2. Type in Package Control: Install Package and press Enter
  3. Type ClearConsole and hit Enter

Usage

By default, the hotkey to clear the console is alt+k. You can change which keys you want to use by going to Preferences > Key Bindings - User and adding this line:

[
    ...
    { "keys": ["alt+k"], "command": "clear_console" }
]

Simply replace alt+k with the key combination you want to use.