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