Add help binding to footer shortcuts

This commit is contained in:
Salastil
2025-11-23 01:24:02 -05:00
parent 3ded284b57
commit 1f14c3f4a1

View File

@@ -59,7 +59,7 @@ func (h helpKeyMap) ShortHelp() []key.Binding {
if h.showMPV {
bindings = append(bindings, h.base.OpenMPV)
}
bindings = append(bindings, h.base.Quit)
bindings = append(bindings, h.base.Help, h.base.Quit)
return bindings
}