From 61187a974e5cce928f0945150f940472c4f2f5c1 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:38:18 -0400 Subject: [PATCH] Fix enter binding in git panel's commit editor on Linux (cherry-pick #26427) (#26438) Cherry-picked Fix enter binding in git panel's commit editor on Linux (#26427) Closes #26110 Release Notes: - Git Beta: fixed being unable to enter newline in the git panel's commit editor on Linux Co-authored-by: Cole Miller --- assets/keymaps/default-linux.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 4907ec455ad22909606a288d4a98fd4fc12216d5..00f5d99cb03a5ee745a944dd418da980e86df021 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -772,6 +772,7 @@ "escape": "git_panel::FocusChanges", "tab": "git_panel::FocusChanges", "shift-tab": "git_panel::FocusChanges", + "enter": "editor::Newline", "ctrl-enter": "git::Commit", "alt-up": "git_panel::FocusChanges", "alt-l": "git::GenerateCommitMessage"