This information is not Rocket’s D3 documentation. It is
reprinted from UNIX vi Quick Reference as reference material
only.
The vi Quick Reference lists the most
commonly used vi commands.
Note: vi is a case sensitive editor.
The command A is different from the command a.
To invoke
vi, type:
vi file.name
Insert mode In insert mode, the keyboard behaves like a typewriter. Keystrokes display as screen text after typing any of these commands.
command mode In command mode, keystrokes perform functions such as moving the cursor, searching for patterns, or quitting from the document. All commands are referenced from the current cursor position.