Add git grep command

This commit is contained in:
Wilfried OLLIVIER 2022-04-14 18:23:52 +02:00
parent 636886daae
commit cd7168e272

View file

@ -21,6 +21,10 @@
"before": ["<leader>", "c"], "before": ["<leader>", "c"],
"commands": ["editor.action.commentLine", "extension.vim_escape"] "commands": ["editor.action.commentLine", "extension.vim_escape"]
}, },
{
"before": ["<leader>", "g", "g"],
"commands": ["extension.gitGrep"]
},
{ {
"before": ["<leader>", "n"], "before": ["<leader>", "n"],
"commands": [":nohl"] "commands": [":nohl"]