add keyboard shortcut information in readme.md
This commit is contained in:
parent
bd12096e74
commit
d89ae3a2bc
1 changed files with 20 additions and 0 deletions
20
readme.md
20
readme.md
|
|
@ -68,6 +68,26 @@ Then run one of the corresponding commands:
|
||||||
# ... or build a docker image
|
# ... or build a docker image
|
||||||
docker build -t yarr .
|
docker build -t yarr .
|
||||||
|
|
||||||
|
## keyboard shortcuts
|
||||||
|
:warning: These shortcuts are case-sensitive
|
||||||
|
### general
|
||||||
|
| key | action |
|
||||||
|
|-----|------------------------------|
|
||||||
|
| r | toggle item as read / unread |
|
||||||
|
| R | mark all items as read |
|
||||||
|
| s | star / unstar item |
|
||||||
|
| ? | focus the search bar |
|
||||||
|
| A | view All items |
|
||||||
|
| U | view Unread items |
|
||||||
|
| S | view Starred items |
|
||||||
|
### navigation (vim-like)
|
||||||
|
| key | action |
|
||||||
|
|-----|--------------------------|
|
||||||
|
| j | go to next feed item |
|
||||||
|
| k | go to previous feed item |
|
||||||
|
| l | go to next feed |
|
||||||
|
| h | go to previous feed |
|
||||||
|
|
||||||
## credits
|
## credits
|
||||||
|
|
||||||
[Feather](http://feathericons.com/) for icons.
|
[Feather](http://feathericons.com/) for icons.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue