Git: Add hotkey to open file from changes list (#25500)

João Marcos created

Release Notes:

- N/A

Change summary

assets/keymaps/default-linux.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

assets/keymaps/default-linux.json 🔗

@@ -722,7 +722,8 @@
       "tab": "git_panel::FocusEditor",
       "shift-tab": "git_panel::FocusEditor",
       "escape": "git_panel::ToggleFocus",
-      "ctrl-enter": "git::Commit"
+      "ctrl-enter": "git::Commit",
+      "alt-enter": "menu::SecondaryConfirm"
     }
   },
   {