[GH-ISSUE #2] Add navigation for comment view #3

Closed
opened 2026-03-14 12:22:09 +03:00 by kerem · 0 comments
Owner

Originally created by @aome510 on GitHub (Feb 22, 2021).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/2

Feature Request

  • add support for navigating in the comment tree view. It may involve:
    • j to move down a leftmost child.
    • k to move up to the parent
    • l to move to the right neighbor.
    • h to move to the left neighbor.
    • n to move to the next root comment.
    • p to move the previous root comment.
    • multipler {motion} repeat the motion multiplier times.
    • t move to top.
    • b move to bottom.
Originally created by @aome510 on GitHub (Feb 22, 2021). Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/2 **Feature Request** - add support for navigating in the comment tree view. It may involve: - `j` to move down a leftmost child. - `k` to move up to the parent - `l` to move to the right neighbor. - `h` to move to the left neighbor. - `n` to move to the next root comment. - `p` to move the previous root comment. - `multipler {motion}` repeat the `motion` `multiplier` times. - `t` move to top. - `b` move to bottom.
kerem 2026-03-14 12:22:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#3
No description provided.