spacemacs/layers/+readers/speed-reading/README.org
John Practicalli Stevenson 92c010a207 [applications] refactor key bindings to layer categories
refactor key bindings for applications to provide additional room for
applications and use lower case characters.

Move calc-dispatch to `SPC a *`

Relates to #13503
2020-07-02 23:43:19 +02:00

33 lines
829 B
Org Mode

#+TITLE: Speed Reading layer
#+TAGS: layer|reader
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
A speed reading mode for Emacs.
** Features:
- Support for =speed-reading= of arbitrary texts
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =speed-reading= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key binding | Description |
|-------------+---------------|
| ~SPC a r s~ | Start Spray |
| ~SPC~ | Pause Spray |
| ~h~ | Backward word |
| ~l~ | Forward word |
| ~f~ | Faster speed |
| ~s~ | Slower speed |
| ~q~ | Quit Spray |