Add run task leader mapping

This commit is contained in:
Wilfried OLLIVIER 2022-05-04 07:38:32 +02:00
parent 0f37ab4b31
commit 83358b5354
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@
{
"before": ["<leader>", "r", "u"],
"commands": ["extension.rubyBlockToggle"]
},
{
"before": ["<leader>", "r", "t"],
"commands": ["workbench.action.tasks.runTask"]
}
],
"vim.leader": ",",