Answer the question
In order to leave comments, you need to log in
Where can I get a list of commands to set up Sublime Text hotkeys?
The hotkey settings config contains settings like
{ "keys": ["ctrl+shift+n"], "command": "new_window" }
is there a list of these commands and their parameters somewhere?
Answer the question
In order to leave comments, you need to log in
Hotkeys there strongly depend on the installed add-ons,
but in general - Preferences -> Key Bindings
and on the program website, for example,
https://sublimetext.ru/command-group/%D1%83%D0%BF%...
Enable LOG activity logging in the Sublime console.
sublime.log_commands(True)
command: toggle_tabs
{
"keys": ["ctrl+shift+t"], "command": "toggle_tabs"
},
sublime.log_commands(False)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question