Vim motions on tui #9227
Closed
AlvaroParker
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
We would happily accept a contribution for this! Since releasing TUI we've seen some great interest in it (including people asking for custom themes, custom keybindings your question here, ways to resize/reorganize it, etc.) and that's made us develop interest in a query interface. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
jandkvim motions on the tui to go down and up.Non-goals
No response
Background
Currently this is only implemented using the arrow keys. It would be nice to have a way to configure vim motions on the tui.
Proposal
on the
turborepo-uicrate in thesrc/tui/input.rsfile this can probably be added by just adding another element on the match statement. I can work on it if this is approved.Beta Was this translation helpful? Give feedback.
All reactions