Turbo UI: add j
and k
to navigate task list
#8377
Closed
DerTimonius
started this conversation in
Ideas
Replies: 1 comment
-
Closing as duplicate of #8313. |
Beta Was this translation helpful? Give feedback.
0 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
h
andl
to interact with the running task alongsideEnter
andCtrl Z
Non-goals
No response
Background
While the arrow keys are a great way to navigate the task list in the new TUI, a lot of CLI tools use the vim typical navigation with
j
for down andk
for up, for examplegit diff
,man
orbat
.Therefore, my first instinct when I wanted to navigate the list was to use j and k.
Additionally, a lot of developers, myself included, try to reduce the amount of time they have to move their hands away from the homerow of the keyboard. Using the arrow keys makes it necessary to move to a different part of the keyboard.
Proposal
As this should be a pretty simple feature, I am very much interested in contributing, but wanted to get some feedback if this is even an issue for anyone but me 🙂
Beta Was this translation helpful? Give feedback.
All reactions