Sublime Forum

Is "noop" a real command?

#1

Normally, the “noop” command is used to indicate no-operation. Example usage in key binding:
[
{ “keys”: [“ctrl+super+d”], “command”: “noop” },
]

Is “noop” a core command or Python plugin?

0 Likes

#2

ST does nothing for a nonexistent command and no error will be emitted.

1 Like