Fix enter in branch view (#34731)
Broken by #34664 Release Notes: - N/A
This commit is contained in:
parent
d197c96cdc
commit
43486c416c
2 changed files with 2 additions and 2 deletions
|
@ -928,7 +928,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "GitPanel > Editor",
|
"context": "CommitEditor > Editor",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "git_panel::FocusChanges",
|
"escape": "git_panel::FocusChanges",
|
||||||
"tab": "git_panel::FocusChanges",
|
"tab": "git_panel::FocusChanges",
|
||||||
|
|
|
@ -975,7 +975,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "GitPanel > Editor",
|
"context": "CommitEditor > Editor",
|
||||||
"use_key_equivalents": true,
|
"use_key_equivalents": true,
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"enter": "editor::Newline",
|
"enter": "editor::Newline",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue