Last active
December 25, 2015 20:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' 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