Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created September 15, 2012 23:56
Show Gist options
  • Save datacodesolutions/3730424 to your computer and use it in GitHub Desktop.
Save datacodesolutions/3730424 to your computer and use it in GitHub Desktop.
Sublime Text Console Commands
# docs location
http://www.sublimetext.com/docs/2/api_reference.html
# log all input
sublime.log_input(True)
# log all commands
sublime.log_commands(True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment