diff --git a/keybindings.json b/keybindings.json index 39313b6..84a6118 100644 --- a/keybindings.json +++ b/keybindings.json @@ -187,4 +187,9 @@ "key": "escape", "command": "search.action.clearSearchResults" }, + { + "key": "ctrl+p", + "command": "editor.action.previousMatchFindAction", + "when": "editorFocus" + }, ]