Disable filtering on the Help screen

mine
Michal Kuratczyk 2020-11-27 10:23:50 +01:00
parent 68981ff500
commit fa0565f8e3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func (h *Help) Init(ctx context.Context) error {
}
func (h *Help) bindKeys() {
h.Actions().Delete(ui.KeySpace, tcell.KeyCtrlSpace, tcell.KeyCtrlS)
h.Actions().Delete(ui.KeySpace, tcell.KeyCtrlSpace, tcell.KeyCtrlS), ui.KeySlash)
h.Actions().Set(ui.KeyActions{
tcell.KeyEscape: ui.NewKeyAction("Back", h.app.PrevCmd, true),
ui.KeyHelp: ui.NewKeyAction("Back", h.app.PrevCmd, false),