Skip to content

Instantly share code, notes, and snippets.

@PatrickMcDonald
Last active December 25, 2015 20:59
Show Gist options
  • Save PatrickMcDonald/7039213 to your computer and use it in GitHub Desktop.
Save PatrickMcDonald/7039213 to your computer and use it in GitHub Desktop.
Sublime Text: Log all commands run from key bindings and the menu to the console
' Enable
sublime.log_commands(True)
' Disable
sublime.log_commands(False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment