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" + }, ]