Add help binding to footer shortcuts
This commit is contained in:
@@ -59,7 +59,7 @@ func (h helpKeyMap) ShortHelp() []key.Binding {
|
|||||||
if h.showMPV {
|
if h.showMPV {
|
||||||
bindings = append(bindings, h.base.OpenMPV)
|
bindings = append(bindings, h.base.OpenMPV)
|
||||||
}
|
}
|
||||||
bindings = append(bindings, h.base.Quit)
|
bindings = append(bindings, h.base.Help, h.base.Quit)
|
||||||
return bindings
|
return bindings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user