I.R.I.S. DC1100 User Manual
Page 56

Coaxial Networks, Inc.
Page 56 of 60
execute
operator
n times on m
objects
.
If n and/or m are omitted,
they default to 1. Operators which take objects are(if the operator is pressed
twice then the object is the current line)
c
-- Change
d
-- Deletion
"c
y
-- Yank, if "c is omitted, uses general buffer.
<
-- shift lines left by shiftwidth variable
>
-- shift lines right by shiftwidth variable
!
cmd -- filter trough cmd
The operators <, >, and ! are line based so the set
of
objects
is diminished greatly.
Operators, which do
not
take objects:
s
-- Substitute
x
-- Delete character
r
-- Replace character
~
-- change case of character
Objects (if given with out an operator are interpreted as a cursor motion
command):
w
-- forward until beginning of word
e
-- forward until end of word
b
-- backward until beginning of word
$
-- forward until end of line
^
-- backward until first non-whitespace character
0
-- backward until first column of line
n
G
-- line number n
n
|
-- column n of current line
/
pat -- forward until beginning of pat, search
?
pat -- backward until beginning of pat, backward search
n
-- repeat last search
N
-- repeat last search/backward search, but in opposite direction
%
-- until match of parenthesis, brace, or bracket
t
c -- until next appearance of c on current line
T
c -- backward until next appearance of c on current line
f
c -- until and including next appearance of c on current line