elfeed: move J binding to gu and update documentation

This commit is contained in:
syl20bnr 2015-12-21 01:19:19 -05:00
parent d9068c2154
commit f9bd708311
2 changed files with 12 additions and 9 deletions

View File

@ -102,13 +102,16 @@ the default port by changing the value of =httpd-port=.
Use =SPC ?= to discover major-mode key bindings.
| Key Binding | Description |
|-------------+----------------------------------------|
| ~q~ | quit main window, or item view buffer. |
| ~c~ | compact feed db |
| ~o~ | looad OPML |
| ~w~ | start web server |
| ~W~ | stop web server |
| Key Binding | Description |
|-------------+---------------------------------------------------|
| ~c~ | compact feed db |
| ~gr~ | update all the feeds |
| ~gR~ | force refresh view of the feed listing |
| ~gu~ | unjam elfeed if it is slow due to slow connection |
| ~o~ | load OPML |
| ~q~ | quit main window, or item view buffer. |
| ~w~ | start web server |
| ~W~ | stop web server |
In =elfeed-show= mode, you can use the following bindings:

View File

@ -29,10 +29,10 @@
:bindings
"c" 'elfeed-db-compact
"gr" 'elfeed-update
"J" 'elfeed-unjam
"gR" 'elfeed-search-update--force
"gu" 'elfeed-unjam
"o" 'elfeed-load-opml
"q" 'quit-window
"r" 'elfeed-search-update--force
"w" 'elfeed-web-start
"W" 'elfeed-web-stop)
(evilified-state-evilify-map elfeed-show-mode-map