Skip to content

Commit

Permalink
tui: add space to nextpage keybinding for "links" screen
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed May 17, 2023
1 parent 422aaac commit 2854e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var DefaultListKeyMap = list.KeyMap{
key.WithHelp("←/h/pgup", "prev page"),
),
NextPage: key.NewBinding(
key.WithKeys("right", "pgdown", "ctrl+v"),
key.WithKeys("right", "pgdown", "ctrl+v", " "),
key.WithHelp("→/l/pgdn", "next page"),
),
GoToStart: key.NewBinding(
Expand Down

0 comments on commit 2854e53

Please sign in to comment.