mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
make '?' key visible on every panel
This commit is contained in:
@@ -37,6 +37,7 @@ func (gui *Gui) renderStashOptions(g *gocui.Gui) error {
|
||||
"g": gui.Tr.SLocalize("pop"),
|
||||
"d": gui.Tr.SLocalize("drop"),
|
||||
"← → ↑ ↓": gui.Tr.SLocalize("navigate"),
|
||||
"?": gui.Tr.SLocalize("help"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user