Update keybindings.json
This commit is contained in:
parent
543d4b2c13
commit
2983204e29
|
@ -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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue