Add command to copy current buffer path to clipboard

This commit is contained in:
Wilfried OLLIVIER 2022-12-06 21:33:32 +01:00
parent 5d723b1de3
commit 8ac7e0d4ea
1 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,10 @@
{
"before": ["<leader>", "r", "t"],
"commands": ["workbench.action.tasks.runTask"]
},
{
"before": ["<leader>", "b", "c"],
"commands": ["copyRelativeFilePath"]
}
],
"vim.leader": ",",