Is there some way to see a list of the built-in commands and what parameters they take?
Many times, I’m wanting a keybinding to do something and, unless it’s in the default keymap, I have no idea what the command is.
Looking around, I see that you can
sublime.log_commands(True)
if there is already a menu command for what you want. I’ve never found this that useful though for mouse operations or for showing the available options.
Is there some Python magic to show all the global commands?