Add information about the tab key. - sam - An updated version of the sam text e… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 146981607ca4605103d262f2eb2a671cbd73eb31 | |
parent 6e5cbac842dfa990a9949a561dbee5917b83258d | |
Author: Rob King <[email protected]> | |
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(-) | |
--- | |
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 functionali… | |
-.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 o… | |
Typed characters replace the current selection | |
.Pq dot | |
in the current window. | |
-Backspace deletes the previous character, while Control-W deletes the previous… | |
+Backspace deletes the previous character, while Control-W deletes the previous… | |
+Control-Backspace is an alias for Control-W. | |
Escape selects | |
.Pq "sets dot to" | |
everything typed since the last mouse hit. |