Clean up rest-client keymaps

This commit is contained in:
Wilfried OLLIVIER 2023-01-08 21:36:32 +01:00
parent d400c69ec3
commit 57f4bbefe9
1 changed files with 0 additions and 12 deletions

View File

@ -40,18 +40,6 @@
"before": ["<leader>", "n"],
"commands": [":nohl"]
},
{
"before": ["<leader>", "r", "s"],
"commands": ["rest-client.request"]
},
{
"before": ["<leader>", "r", "r"],
"commands": ["rest-client.rerun-last-request"]
},
{
"before": ["<leader>", "r", "c"],
"commands": ["rest-client.cancel-request"]
},
{
"before": ["<space>"],
"commands": ["workbench.action.files.save"]