mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
add keyboard shortcut information in readme.md
This commit is contained in:
parent
bd12096e74
commit
d89ae3a2bc
20
readme.md
20
readme.md
@ -68,6 +68,26 @@ Then run one of the corresponding commands:
|
||||
# ... or build a docker image
|
||||
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
|
||||
|
||||
[Feather](http://feathericons.com/) for icons.
|
||||
|
Loading…
x
Reference in New Issue
Block a user