1
0
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:
Dawid Dziurla
2018-08-30 13:45:11 +02:00
parent 653d590157
commit cc3fa4b79d
5 changed files with 5 additions and 1 deletions

View File

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