questionary icon indicating copy to clipboard operation
questionary copied to clipboard

add pager feature

Open code4lala opened this issue 5 months ago • 1 comments

What is the problem that this PR addresses?

https://github.com/tmbo/questionary/issues/465 ...

How did you solve it?

add bindings for Keys.Right/Keys.Left Keys.PageDown/Keys.PageUp l/h(vim mode)

  1. Move forward or backward by n elements.
  2. Determine the current cursor position on the screen.
  3. Advance by the specified number of elements and redraw the screen so that the cursor remains visible.
  4. Finally, restore the cursor to its correct position relative to the list.

...

Checklist

  • [x] I have read the Contributor's Guide.
  • [x] I will check that all automated PR checks pass before the PR gets reviewed.

code4lala avatar Nov 21 '25 14:11 code4lala

@tmbo Hi, I’ve run make lint, make test, and make types as recommended in the Contributor’s Guide locally and all passed. Could you please review the PR when you have a chance? Thanks!

code4lala avatar Nov 23 '25 03:11 code4lala