From cd7168e2729ed5eb45b598f39fef057732bb51e1 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 14 Apr 2022 18:23:52 +0200 Subject: [PATCH] Add git grep command --- settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.json b/settings.json index 8af62d2..7776a74 100644 --- a/settings.json +++ b/settings.json @@ -21,6 +21,10 @@ "before": ["", "c"], "commands": ["editor.action.commentLine", "extension.vim_escape"] }, + { + "before": ["", "g", "g"], + "commands": ["extension.gitGrep"] + }, { "before": ["", "n"], "commands": [":nohl"]