I’m trying to bind a shell command on my key, but it doesn’t seem to be working.
I’m on OS X.
On Windows, replacing “shell” with “cmd” works.
[
{
"keys": ["command+b"],
"command": "exec",
"args": {
"shell": ["echo hello"]
}
}
]
Pressing the shortcut give this output:
/bin/sh: -c: option requires an argument
Still nothing