From 2983204e290d9b01ef107beaa8aaddd0a8a5fbcc Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Sun, 7 Jul 2019 14:49:56 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) 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" + }, ]