Skip to content

Conversation

@code4lala
Copy link

@code4lala code4lala commented Nov 21, 2025

What is the problem that this PR addresses?

#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

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

Signed-off-by: code4lala <[email protected]>
@code4lala
Copy link
Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant