Sublime Forum

List of command keywords for

#1

Hi,

Is there a documentation page containing all the command keywords for the user preferences?

0 Likes

#2

“command keywords” and “user preferences” are two entirely different thing, but I suggest docs.sublimetext.info/. Or the Default Preferences.

0 Likes

#3

I’m talking about the commands found in the user sublime-keymap file. For example, “toggle_side_bar” in the following keybinding:
{ “keys”: “ctrl+t”], “command”: “toggle_side_bar” }

I’ve found a short list of them in the docs, http://www.sublimetext.com/docs/commands, but I’m looking for the other ones as well.

Where can I find a list of these commands?

0 Likes

#4

docs.sublimetext.info/en/latest/ … mands.html, as I mentioned.

0 Likes