From 95abe739c5bb1d3be97b7350c710f1e5bfe24637 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 4 Apr 2025 10:16:18 +0100 Subject: [PATCH] feat(keybindings/search): add emacs-style save keybinding for search editor --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keybindings.json b/keybindings.json index 264d593..6a3e5f0 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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