diff --git a/internal/tui/list.go b/internal/tui/list.go index 04c131e..fcae77b 100644 --- a/internal/tui/list.go +++ b/internal/tui/list.go @@ -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(