From 8ac7e0d4eadf452198956b880a28415e3e293733 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 6 Dec 2022 21:33:32 +0100 Subject: [PATCH] Add command to copy current buffer path to clipboard --- settings.json | 4 ++++ 1 file changed, 4 insertions(+) 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": ",",