29 lines
832 B
Org Mode
29 lines
832 B
Org Mode
|
#+TITLE: Speed Reading layer for Spacemacs
|
||
|
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
|
||
|
|
||
|
* Table of Contents :TOC_4_org:noexport:
|
||
|
- [[Description][Description]]
|
||
|
- [[Install][Install]]
|
||
|
- [[Key bindings][Key bindings]]
|
||
|
|
||
|
* Description
|
||
|
A speed reading mode for Emacs.
|
||
|
|
||
|
* Install
|
||
|
To use this contribution add it to your =~/.spacemacs=
|
||
|
|
||
|
#+begin_src emacs-lisp
|
||
|
(setq-default dotspacemacs-configuration-layers '(speed-reading))
|
||
|
#+end_src
|
||
|
|
||
|
* Key bindings
|
||
|
|
||
|
| Key Binding | Description |
|
||
|
|-----------------+----------------|
|
||
|
| ~<SPC> a s r~ | Start Spray |
|
||
|
| ~h~ | Backward word |
|
||
|
| ~l~ | Forward word |
|
||
|
| ~f~ | Faster speed |
|
||
|
| ~s~ | Slower speed |
|
||
|
| ~q~ | Quit Spray |
|