mine
Ainslie Hsu 2020-12-03 20:08:14 -08:00
parent 35799ab743
commit 6badd3e3f8
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), ui.KeySlash)
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),