1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
This commit is contained in:
David Chen 2019-12-04 18:33:00 -08:00
parent c50ab9872d
commit 0a26050b47

View File

@ -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"),