Update keybindings.json

This commit is contained in:
lianghongkey 2019-07-07 14:49:56 +08:00 committed by GitHub
parent 543d4b2c13
commit 2983204e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -187,4 +187,9 @@
"key": "escape", "key": "escape",
"command": "search.action.clearSearchResults" "command": "search.action.clearSearchResults"
}, },
{
"key": "ctrl+p",
"command": "editor.action.previousMatchFindAction",
"when": "editorFocus"
},
] ]