feat(keybindings/search): add emacs-style save keybinding for search editor

This commit is contained in:
Jim Myhrberg
2025-04-04 10:16:18 +01:00
parent 46b1c15623
commit 95abe739c5

View File

@@ -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