Skip to content

Commit

Permalink
Merge pull request derailed#968 from mkuratczyk/master
Browse files Browse the repository at this point in the history
Disable filtering on the Help screen
  • Loading branch information
derailed authored Dec 2, 2020
2 parents 35f13cf + fa0565f commit d9b66a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/view/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit d9b66a5

Please sign in to comment.