emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/focus 6b9620a73d 44/82: Added section on `focus-read-only-


From: ELPA Syncer
Subject: [nongnu] elpa/focus 6b9620a73d 44/82: Added section on `focus-read-only-mode' in README
Date: Tue, 6 Sep 2022 04:58:57 -0400 (EDT)

branch: elpa/focus
commit 6b9620a73d4b1374da2dfc511e1ba93e49b6a5f8
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Added section on `focus-read-only-mode' in README
---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dc2e1ddb20..d68bb53cee 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 <kbd> M-x focus-mode </kbd>.
+Enable the `focus-mode` with <kbd> M-x focus-mode </kbd>.
+
+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 <kbd> M-x focus-read-only-mode </kbd> or <kbd> C-c 
C-q </kbd> if `focus-mode` is enabled.
+
+Some bindings are provided for simple navigation and exiting 
`focus-read-only-mode`.
+
+Keybinding         | Description
+-------------------|----------------------------
+<kbd> n </kbd>     | Jump to next *thing*
+<kbd> SPC </kbd>   | Jump to next *thing*
+<kbd> p </kbd>     | Jump to previous *thing*
+<kbd> S-SPC </kbd> | Jump to previous *thing*
+<kbd> i </kbd>     | Exit `focus-read-only-mode`
+<kbd> q </kbd>     | Exit `focus-read-only-mode`
 
 ### Example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]