commit
d9b66a5191
|
|
@ -56,7 +56,7 @@ func (h *Help) Init(ctx context.Context) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *Help) bindKeys() {
|
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{
|
h.Actions().Set(ui.KeyActions{
|
||||||
tcell.KeyEscape: ui.NewKeyAction("Back", h.app.PrevCmd, true),
|
tcell.KeyEscape: ui.NewKeyAction("Back", h.app.PrevCmd, true),
|
||||||
ui.KeyHelp: ui.NewKeyAction("Back", h.app.PrevCmd, false),
|
ui.KeyHelp: ui.NewKeyAction("Back", h.app.PrevCmd, false),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue