document -a, Indent
This commit is contained in:
parent
01bcf9f982
commit
b9771a80e6
1 changed files with 33 additions and 12 deletions
|
|
@ -4,6 +4,9 @@ acme, win, awd \- interactive text windows
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B acme
|
.B acme
|
||||||
[
|
[
|
||||||
|
.B -abr
|
||||||
|
]
|
||||||
|
[
|
||||||
.B -f
|
.B -f
|
||||||
.I varfont
|
.I varfont
|
||||||
]
|
]
|
||||||
|
|
@ -16,9 +19,6 @@ acme, win, awd \- interactive text windows
|
||||||
.I ncol
|
.I ncol
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -br
|
|
||||||
]
|
|
||||||
[
|
|
||||||
.B -l
|
.B -l
|
||||||
.I file
|
.I file
|
||||||
|
|
|
|
||||||
|
|
@ -174,6 +174,16 @@ The only exception is that the command names to the
|
||||||
left of the bar in a tag are maintained automatically; changes to them are repaired
|
left of the bar in a tag are maintained automatically; changes to them are repaired
|
||||||
by
|
by
|
||||||
.IR acme .
|
.IR acme .
|
||||||
|
.PP
|
||||||
|
When a window is in autoindent mode
|
||||||
|
(see the
|
||||||
|
.B Indent
|
||||||
|
command below) and a newline character is typed,
|
||||||
|
acme copies leading white space on the current line to the new line.
|
||||||
|
The option
|
||||||
|
.B -a
|
||||||
|
causes each window to start in
|
||||||
|
autoindent mode.
|
||||||
.SS "Directory context
|
.SS "Directory context
|
||||||
Each window's tag names a directory: explicitly if the window
|
Each window's tag names a directory: explicitly if the window
|
||||||
holds a directory; implicitly if it holds a regular file
|
holds a directory; implicitly if it holds a regular file
|
||||||
|
|
@ -352,6 +362,17 @@ This command is largely superseded by plumbing
|
||||||
(see
|
(see
|
||||||
.IR plumb (7)).
|
.IR plumb (7)).
|
||||||
.TP
|
.TP
|
||||||
|
.B Indent
|
||||||
|
Set the autoindent mode according to the argument:
|
||||||
|
.B on
|
||||||
|
and
|
||||||
|
.B off
|
||||||
|
set the mode for the current window;
|
||||||
|
.B ON
|
||||||
|
and
|
||||||
|
.B OFF
|
||||||
|
set the mode for the current window and all future windows.
|
||||||
|
.TP
|
||||||
.B Kill
|
.B Kill
|
||||||
Send a
|
Send a
|
||||||
.B kill
|
.B kill
|
||||||
|
|
@ -359,6 +380,15 @@ note to
|
||||||
.IR acme -initiated
|
.IR acme -initiated
|
||||||
commands named as arguments.
|
commands named as arguments.
|
||||||
.TP
|
.TP
|
||||||
|
.B Load
|
||||||
|
Restore the state of
|
||||||
|
.I acme
|
||||||
|
from a file (default
|
||||||
|
.BR $home/acme.dump )
|
||||||
|
created by the
|
||||||
|
.B Dump
|
||||||
|
command.
|
||||||
|
.TP
|
||||||
.B Local
|
.B Local
|
||||||
In the Plan 9
|
In the Plan 9
|
||||||
.IR acme ,
|
.IR acme ,
|
||||||
|
|
@ -385,15 +415,6 @@ is recognized as a prefix, but has no effect on the command being executed.
|
||||||
.\" and to set environment variables such as
|
.\" and to set environment variables such as
|
||||||
.\" .BR $objtype .
|
.\" .BR $objtype .
|
||||||
.TP
|
.TP
|
||||||
.B Load
|
|
||||||
Restore the state of
|
|
||||||
.I acme
|
|
||||||
from a file (default
|
|
||||||
.BR $home/acme.dump )
|
|
||||||
created by the
|
|
||||||
.B Dump
|
|
||||||
command.
|
|
||||||
.TP
|
|
||||||
.B Look
|
.B Look
|
||||||
Search in body for occurrence of literal text indicated by the argument or,
|
Search in body for occurrence of literal text indicated by the argument or,
|
||||||
if none is given, by the selected text in the body.
|
if none is given, by the selected text in the body.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue