Open leira opened 2 years ago
Keybindings can take an args field along with the command field. It will be great to support args field for the aliases too. It will add more layers of expressiveness.
args
command
The configuration probably needs some change:
"command-aliases": [ { "name": "touch", "command": "explorer.newFile", }, { "name": "file menu", "command": "dance.openMenu", "args": { "input": "file-explorer" }, }, ]
It is even better if when can be supported too.
when
Keybindings can take an
args
field along with thecommand
field. It will be great to supportargs
field for the aliases too. It will add more layers of expressiveness.The configuration probably needs some change: