System information
© Agilent Technologies 2001–2002 Administering Agilent 3070 Systems (MS Windows NT and 2000) 8-22
Chapter 8: Reference
Cursor to end of file
G
Cursor to line <n><n>G
Inserting text
Insert text at the cursor position
i
Insert a new line after the current line O (capital)
Insert (Append) text after the cursor position
a
Backspace to overwrite previous character (in Insert Mode) {CTRL}h or {Backspace}
Replace single character r <character>
Replace until {ESC} is pressed
R
Deleting text
Delete characters at cursor
x
Delete word (cursor at beginning of word)
dw
Delete the entire line at the cursor position
dd
Delete from cursor to end of the current line
D
Delete from cursor to end of the file
dG
Table 8-10 vi and viw editor quick reference (continued)
To Do This . . . Enter This in Command Mode . . .