|
⇤ ← Revision 1 as of 2012-02-12 20:30:17
Size: 1265
Comment:
|
← Revision 2 as of 2013-02-13 04:36:59 ⇥
Size: 1552
Comment: add instructions for navigating reddit comments
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| The reddit mode provides a 'cursor', represented by highlighting a specific reddit entry in green, which can be moved up and down to interact with reddit items. | The reddit mode provides a 'cursor', represented by highlighting a specific reddit entry or comment in green, which can be moved up and down to interact with reddit items. |
| Line 5: | Line 5: |
| * 'j' is `reddit-next-link`: Move the 'cursor' to the next reddit entry. * 'k' is `reddit-prev-link`: Move the 'cursor' to the previous reddit entry. |
* 'j' is `reddit-next`: Move the 'cursor' to the next reddit entry or comment. * 'J' is `reddit-next-parent-comment`: Move the 'cursor' to the next comment which isn't a child of another comment. * 'k' is `reddit-prev`: Move the 'cursor' to the previous reddit entry or comment. * 'K' is `reddit-prev-parent-comment`: Move the 'cursor' to the previous comment which isn't a child of another comment. |
| Line 8: | Line 10: |
| * ',' is `reddit-vote-up`: Vote the currently selected link up. * '.' is `reddit-vote-down`: Vote the currently selected link down. |
* ',' is `reddit-vote-up`: Vote the currently selected link or comment up. * '.' is `reddit-vote-down`: Vote the currently selected link or comment down. |
Reddit Mode
The reddit mode provides a 'cursor', represented by highlighting a specific reddit entry or comment in green, which can be moved up and down to interact with reddit items.
'j' is reddit-next: Move the 'cursor' to the next reddit entry or comment.
'J' is reddit-next-parent-comment: Move the 'cursor' to the next comment which isn't a child of another comment.
'k' is reddit-prev: Move the 'cursor' to the previous reddit entry or comment.
'K' is reddit-prev-parent-comment: Move the 'cursor' to the previous comment which isn't a child of another comment.
'h' is reddit-open-comments: Open the comments-page associated with the currently selected link.
',' is reddit-vote-up: Vote the currently selected link or comment up.
'.' is reddit-vote-down: Vote the currently selected link or comment down.
To open the current link, you can use return (open in current buffer) or o (open in new buffer). The copy command (bound to c by default) copies the URL of the linked article.
The reddit mode uses reddit_keymap.
Variables
- reddit_end_behavior
Controls what action is taken by the commands reddit-next-link and reddit-prev-link at the last or first link, respectively. The value is given as a string. Supported values are stop, wrap, and page. The default is stop, which results in a null-op. wrap causes the highlight bar to wrap to the other end of the list. page will make the commands go to the next (or previous) page of links.
