From 543d4b2c135ed55523957aee7053f4d11e1cfadc Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Wed, 3 Jul 2019 18:00:11 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 2264c2e..39313b6 100644 --- a/keybindings.json +++ b/keybindings.json @@ -183,4 +183,8 @@ "key": "ctrl+shift+[", "command": "workbench.action.terminal.focusPrevious" }, + { + "key": "escape", + "command": "search.action.clearSearchResults" + }, ]