Skip to content

Commit

Permalink
Update Readme to reflect the new comments feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ma3ke committed Aug 17, 2022
1 parent 658733f commit fee26b5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@ cargo run --release

Within the program, the following key bindings can be used for navigation.

←, →, `h`, `l`
: Move between the stories list and comments view.

↓, ↑, `j`, `k`
: Select next and previous stories in the page.
: Select next and previous stories in the stories list page.
Move up and down in the comments view.

`J`, `K`
: Move to the next and previous page.
: Move to the next and previous page when in the stories list.
Move to the next and previous story when in the comments view.

`g`, `G`
: Move to the top and bottom of the stories list.
: Move to the top and bottom of the stories list or comments view.

`o`, `Enter`
: Open the selected story in the browser.
Expand Down

0 comments on commit fee26b5

Please sign in to comment.