At the cmd prompt, type C:> subl --command select_all to get better execution.
The command command is searched using sublime Keymap.
For example
For select_all,
{“keys”: [“ctrl + a”], “command”: “select_all”}
I would like to know how to use the example below.
{“keys”: [“ctrl + backspace”], “command”: “delete_word”, “args”: {“forward”: false}}
I don’t know how to use “args” like
You probably know how to use the args parameter with cmd propt.