diff --git a/README.md b/README.md index dc2e1dd..d68bb53 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,20 @@ The package has only been tried on Emacs 24.4 and 24.5, but should work on Emacs ## Usage -Enable the mode with M-x focus-mode . +Enable the `focus-mode` with M-x focus-mode . + +Also, `focus-read-only-mode` is provided, which is optimized for continuous reading. It inhibits change in the buffer, hides the cursor and provides bindings for moving between *things* (defined in [Thing At Point](http://emacswiki.org/emacs/ThingAtPoint). One can toggle `focus-read-only-mode` with M-x focus-read-only-mode or C-c C-q if `focus-mode` is enabled. + +Some bindings are provided for simple navigation and exiting `focus-read-only-mode`. + +Keybinding | Description +-------------------|---------------------------- + n | Jump to next *thing* + SPC | Jump to next *thing* + p | Jump to previous *thing* + S-SPC | Jump to previous *thing* + i | Exit `focus-read-only-mode` + q | Exit `focus-read-only-mode` ### Example