Replies: 1 comment 1 reply
-
While Vim is great, we don't want to add more binds to this interface. If we did, we would have to start iterating over the various editors binds, competing with the binds of other folks, etc. The goal here isn't to build a full multiplexer, so we want to avoid that sort of scope expansion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Most developers are used to the vim bindings to move up and down with
k
andj
It would be nice to be able to move up and down the tasks lists in the terminal with
k
andj
as well.Non-goals
No response
Background
Most users are used to VIM so they might assume they can also move up and down with the same bindings.
Proposal
Easy to implement! just a few code changes, I can do it.
Beta Was this translation helpful? Give feedback.
All reactions