1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-25 00:46:54 +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

@ -124,6 +124,7 @@ func (gui *Gui) renderBranchesOptions(g *gocui.Gui) error {
"d": gui.Tr.SLocalize("deleteBranch"),
"D": gui.Tr.SLocalize("forceDeleteBranch"),
"← → ↑ ↓": gui.Tr.SLocalize("navigate"),
"?": gui.Tr.SLocalize("help"),
})
}