Add information about the tab key. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 146981607ca4605103d262f2eb2a671cbd73eb31
(DIR) parent 6e5cbac842dfa990a9949a561dbee5917b83258d
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Fri, 12 Aug 2016 11:59:34 -0500
Add information about the tab key.
Diffstat:
doc/sam.1 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/doc/sam.1 b/doc/sam.1
@@ -43,7 +43,8 @@ Editing will be done with the command language only, as in
.It Fl e
Expand tabs to spaces during editing.
Literal tabs may still be inserted using the character composition functionality, see
-.Sx "Composed Text Input" "."
+.Sx "Composed Text Input" ","
+or using by holding Control while pressing the Tab key.
.It Fl f
Do not create or take ownership of the external command FIFO
.Po
@@ -751,7 +752,8 @@ Commands typed in the command window apply to the current open file\[en]the file
Typed characters replace the current selection
.Pq dot
in the current window.
-Backspace deletes the previous character, while Control-W deletes the previous word, and Control-U deletes the line.
+Backspace deletes the previous character, while Control-W deletes the previous word, and Control-U deletes to the beginning of the line.
+Control-Backspace is an alias for Control-W.
Escape selects
.Pq "sets dot to"
everything typed since the last mouse hit.