From 3be8066415843bff3859e4c468c28343503216d0 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 7 Feb 2025 12:31:12 -0700 Subject: [PATCH] Newlines in commit editor (#24465) Release Notes: - N/A --- assets/keymaps/default-macos.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 7f852ee4f76797dad7e56fb7d65278b45646e6b5..3f6799722431c57e4eb0d081fbd3db66f6be79fe 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -737,6 +737,7 @@ "context": "GitPanel > Editor", "use_key_equivalents": true, "bindings": { + "enter": "editor::Newline", "cmd-enter": "git::Commit", "tab": "git_panel::FocusChanges", "shift-tab": "git_panel::FocusChanges",