Sublime Text Notes Revision as of Friday, 27 December 2024 at 23:30 UTC
Logging the Command
A must-do if you want to create new key bindings! In the Console (Ctrl+`)
sublime.log_commands(True)
You are now ready!
A must-do if you want to create new key bindings! In the Console (Ctrl+`)
sublime.log_commands(True)
You are now ready!