Skip to content

Commit

Permalink
chore: shorten half page up/down help widths
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Apr 29, 2022
1 parent d4c2577 commit f07e2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewport/keymap.go
Expand Up @@ -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"),
Expand Down

0 comments on commit f07e2c0

Please sign in to comment.