Add git grep command

This commit is contained in:
Wilfried OLLIVIER 2022-04-14 18:23:52 +02:00
parent 636886daae
commit cd7168e272
1 changed files with 4 additions and 0 deletions

View File

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