The regular commands

The commands that can be issued from the command line are (# stands always either for a single digit or for a multi digit decimal number):

A, A+, A-, A#, A#+
Auto-indent commands. See the chapter on word-oriented commands p. [*].

DD, DR, DW, DD pathname
Default file actions. See the chapter on defaults p. [*].

F, FH, FV, F+#, F-#, FH#, FV#
Split window commands. See the chapter on screen control p. [*].

I#
Take command input from buffer #. See the chapter on stream editing p. [*]

K0, K filename
Change key redefinitions (p. [*]).

L# (# is any digit)
Start learning in buffer # (p. [*]).

MC name, MD name, MV, MV name
Create a macro, delete a macro, view macros. See p. [*].

O, O#1,#2, O:#1,#2, OF#<char>
Sort operations. They are explained in the chapter about sorting, p. [*].

P, PF, PP, PP, PP#, PP#,#, P=
Print commands. See the chapter on reading, writing and printing, p. [*].

Q
Quit (= leave the editor). See the chapter on running stedi p. [*].

R name, R name < number, Rf
Read commands. See the chapter on Reading, Writing and Printing p. [*].

S, SQ
Save, Save+quit, See the chapters on reading, writing, printing and on running stedi p. [*].

T#, T#$*$#, TG#, TG#$*$#
Tab settings. See the chapter on tabs p. [*].

TE, TT, TAB
Special tab commands. See the chapter on tabs p. [*].

U, U+, U-
The U or U+ command forces a screen update. U- command switches off the updating of the screen during the current replay of either a learn buffer, a key redefinition, a macro, or a stream script. If during such a replay the U+ command is encountered the updating of the screen will be resumed. See the chapter on screen control p. [*].

W name, W>name, WF, WF>
Write or append commands. See the chapter on Reading, Writing and Printing p. [*].

WW, WW-, WW#, WWF
Word wrap. See the chapter on word-oriented commands p. [*].

X macroname arguments
Execute a macro. See the chapter on macro's p. [*].

!command, !+command, !-command
See the chapter on executing external programs p. [*].

# ,#,# ,,# ,,,# ,+# ,-#
Various move to line or column commands. See the chapter on basic operations p. [*].

[, [a, [#, ['name] Fold opening commands. See the chapter on folds p. [*].

[],

a, ]#, ]'name] Fold closing commands. See the chapter on folds p. [*].

=
Find position of the cursor. See the chapter on basic operations p. [*].

/string, /string/options
Search command. See the chapter on searching and replacing p. [*].

/string1/=/string2/options
Replace command. See the chapter on searching and replacing p. [*].

//string, //string/options
Search command with the use of pattern matching. See the chapter on regular expressions p. [*].

//string1/=//string2/options
Replace command with the use of pattern matching. See the chapter on regular expressions p. [*].

=/string/options
A special type of replace commands. See the chapter on searching and replacing p. [*].

?drive
Find free diskspace. See the chapter on reading, writing, printing.

<#, >#
Commands to place a tag (<) or to go to a tag (>). See the section on tags p. [*]

'name
Find buffer `name'. See the chapter on buffers p. [*].

"string"
Put `string' in the text at the current position of the cursor. See p. [*]

$\sim$
When $\sim$ is followed by a single character this command has the same effect as the Alt-char key combination.

$\wedge$
When the $\wedge$ is followed by a character the effect is the same as when the combination of this character and the control key has been pressed.

The $\sim$ and $\wedge$ commands have been provided for use in macro's and stream scripts. These commands use the `raw' bindings of Alt, Ctrl and function keys, so they are insensitive to key redefinitions.