From fc115c5476ba66852a918612c6e681a395f44c97 Mon Sep 17 00:00:00 2001 From: Anthony Cruz Date: Fri, 14 Feb 2020 13:43:17 -0800 Subject: [PATCH] Update help mnemonic for Toggle Header This change complements what had already been started for #546. --- internal/view/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/view/help.go b/internal/view/help.go index ca257204..4c33128b 100644 --- a/internal/view/help.go +++ b/internal/view/help.go @@ -235,7 +235,7 @@ func (h *Help) showGeneral() model.MenuHints { Description: "Clear command", }, { - Mnemonic: "Ctrl-h", + Mnemonic: "t", Description: "Toggle Header", }, {