diff --git a/settings.json b/settings.json index 90af990..f2b2ef8 100644 --- a/settings.json +++ b/settings.json @@ -123,6 +123,10 @@ { "before": ["", "r", "t"], "commands": ["workbench.action.tasks.runTask"] + }, + { + "before": ["", "b", "c"], + "commands": ["copyRelativeFilePath"] } ], "vim.leader": ",",