diff --git a/settings.json b/settings.json index 7776a74..1f3bba3 100644 --- a/settings.json +++ b/settings.json @@ -112,6 +112,10 @@ { "before": ["", "r", "u"], "commands": ["extension.rubyBlockToggle"] + }, + { + "before": ["", "r", "t"], + "commands": ["workbench.action.tasks.runTask"] } ], "vim.leader": ",",