mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(keybindings/search): add emacs-style save keybinding for search editor
This commit is contained in:
@@ -318,6 +318,11 @@
|
||||
"command": "searchEditorApplyChanges.apply",
|
||||
"when": "inSearchEditor"
|
||||
},
|
||||
{ // Apply changes in search editor.
|
||||
"key": "ctrl+x ctrl+s",
|
||||
"command": "searchEditorApplyChanges.apply",
|
||||
"when": "inSearchEditor"
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Move Active Editor Group
|
||||
|
||||
Reference in New Issue
Block a user