1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

update cheatsheet

This commit is contained in:
Jesse Duffield
2020-08-15 11:23:14 +10:00
parent 826d1660c9
commit c44ee71ad4
4 changed files with 89 additions and 83 deletions

View File

@ -996,11 +996,11 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("ExitLineByLineMode"),
},
{
ViewName: "main",
Contexts: []string{"patch-building", "staging"},
Key: gui.getKey("universal.openFile"),
Handler: gui.wrappedHandler(gui.handleOpenFileAtLine),
// Description: gui.Tr.SLocalize("PrevLine"),
ViewName: "main",
Contexts: []string{"patch-building", "staging"},
Key: gui.getKey("universal.openFile"),
Handler: gui.wrappedHandler(gui.handleOpenFileAtLine),
Description: gui.Tr.SLocalize("openFile"),
},
{
ViewName: "main",