spacemacs/layers/+tools/speed-reading/README.org
2016-03-30 22:59:55 -04:00

27 lines
737 B
Org Mode

#+TITLE: Speed Reading layer
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
A speed reading mode for Emacs.
* 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~ | Start Spray |
| ~SPC~ | Pause Spray |
| ~h~ | Backward word |
| ~l~ | Forward word |
| ~f~ | Faster speed |
| ~s~ | Slower speed |
| ~q~ | Quit Spray |