Allow command_aliases to take arguments #36262
nertzy
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make a command alias so that I can type
:dev<CR>in Vim mode and launch all tasks with thedevtag.But this doesn't work. Command aliases must be a string.
{ "command_aliases": { "dev": ["task::Spawn", { "task_tag": "dev" }] } }Beta Was this translation helpful? Give feedback.
All reactions