Updating docs to match PR #78

This commit is contained in:
Nick Loadholtes 2018-12-30 16:07:43 -05:00 committed by GitHub
parent 461e05f16f
commit 56ede74a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ toot has an expimental curses based console UI. The command to start it is ``too
To navigate the UI use these commands:
* ``k`` or ``up arrow`` or ``A`` to move up the list of tweets
* ``j`` or ``down arrow`` or ``B`` to move down the list of tweets
* ``k`` or ``up arrow`` to move up the list of tweets
* ``j`` or ``down arrow`` to move down the list of tweets
* ``h`` to show a help screen
* ``v`` to view the current toot in a browser (this is great for seeing the comment thread on a toot)
* ``q`` to quit the curses interface and return to the command line