Corrected examples in samrc. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 7ddcf74307944528f6dd4e4af6c1da0e9c9caa6e | |
parent 2741abe054298747492981008b8bb948ae8018bc | |
Author: Rob King <[email protected]> | |
Date: Wed, 21 Sep 2016 09:43:57 -0500 | |
Corrected examples in samrc. | |
Diffstat: | |
doc/samrc.5 | 20 +++++++++++++++++--- | |
1 file changed, 17 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/doc/samrc.5 b/doc/samrc.5 | |
@@ -185,8 +185,22 @@ where | |
.Em N | |
is an integer between 1 and 12. | |
.It expandtabs | |
-This directive takes no arguments. | |
-If present tabs are expanded into spaces when entered. | |
+Determines if tabs should be automatically expanded into spaces. | |
+It is of the form: | |
+.Bd -literal | |
+ | |
+ expandtabs B | |
+ | |
+.Ed | |
+where | |
+.Em B | |
+is the string | |
+.Dq true | |
+or | |
+.Dq false "." | |
+If | |
+.Dq true "," | |
+then tabs will be automatically expanded. | |
.El | |
.Ss Defaults | |
The default keybindings and mouse chords are those documented in | |
@@ -213,7 +227,7 @@ bind the "exchange" command to | |
the following directive could be used: | |
.Bd -literal | |
- bind CS w command exchange | |
+ bind CS e command exchange | |
.Ed | |
.Pp |