Skip to content

Commit 08a7356

Browse files
pablospedlvhdr
authored andcommitted
style: capitalize TAB in footer help
1 parent 090abfc commit 08a7356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ui/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var keys = &KeyMap{
4949
),
5050
TogglePanel: key.NewBinding(
5151
key.WithKeys("tab"),
52-
key.WithHelp("tab", "switch panel"),
52+
key.WithHelp("TAB", "switch panel"),
5353
),
5454
}
5555

0 commit comments

Comments
 (0)