chore: shorten half page up/down help widths

This commit is contained in:
Christian Rocha 2022-04-28 21:31:01 -04:00 committed by Ayman Bagabas
parent c214837839
commit 2a8d463bd1

View File

@ -30,11 +30,11 @@ func DefaultKeyMap() KeyMap {
),
HalfPageUp: key.NewBinding(
key.WithKeys("u", "ctrl+u"),
key.WithHelp("ctrl+u/u", "half page up"),
key.WithHelp("u", page up"),
),
HalfPageDown: key.NewBinding(
key.WithKeys("d", "ctrl+d"),
key.WithHelp("ctrl+d/d", "half page down"),
key.WithHelp("d", page down"),
),
Up: key.NewBinding(
key.WithKeys("up", "k"),