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
This commit is contained in:
parent
42c655751b
commit
9bd3e156f5
1 changed files with 1 additions and 0 deletions
|
@ -787,6 +787,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue