spacemacs/layers/+web-services/hackernews/README.org

45 lines
1.6 KiB
Org Mode
Raw Permalink Normal View History

#+TITLE: Hacker News layer
#+TAGS: layer|web service
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#major-mode-key-bindings][Major mode key bindings]]
* Description
This layer adds support for reading [[https://news.ycombinator.com/][Hacker News]].
** Features:
- Read Hacker News
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =hackernews= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key binding | Description |
|-------------+-------------|
2021-09-11 20:34:13 +00:00
| ~SPC a w h~ | hackernews |
** Major mode key bindings
2021-09-11 20:34:13 +00:00
| Key binding | Description |
|-------------+----------------------------------------------|
| ~RET~ | Open link in default (external) browser |
| ~t~ | Open link in text-based browser within Emacs |
| ~r~ | Mark link as visited |
| ~R~ | Mark link as unvisited |
| ~n~ | Move to next title link |
| ~p~ | Move to previous title link |
| ~TAB~ | Move to next comments count link |
| ~S-TAB~ | Move to previous comments count link |
| ~m~ | Load more stories |
| ~g~ | Reload stories |
| ~f~ | Prompt user for a feed to switch to |
| ~q~ | Quit |