mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix
This commit is contained in:
parent
c50ab9872d
commit
0a26050b47
|
|
@ -392,7 +392,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||
},
|
||||
{
|
||||
ViewName: "files",
|
||||
Key: gui.getKey("universal.select"),
|
||||
Key: gocui.KeyEnter,
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: gui.handleEnterFile,
|
||||
Description: gui.Tr.SLocalize("StageLines"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue