I’m using ST3 and I had a problem about key binding so I was advised to turn on command logging to find the relevant command which I did and all went well. Problem now is, how do I turn off command logging? I used this in the console: sublime.log_commands(flag)
I have tried sublime.log_commands(false) and sublime.log_commands(0) and sublime.log_commands(none) but they all result in error messages so how do I turn it off?
