next up previous contents
Next: Abbreviations as Typing Aids Up: Guide to VI and Previous: Most Frequently Used Commands

Editing with ex

All commands in vi prepended by : are called colon commands and are processed by ex. In general ex commands take the following format:

:line_address command[!] parameters count flags

Like vi also ex operation is mode dependent according to the following status table.


ex EDITING MODES
Mode Description
Command entered after : (colon)
Text Input append, insert or change text
  terminated by <dot><ret>
Open enter text using the open command
Visual switch to vi
Text Instertion active within open and vi




 

Marisa Luvisetto
2000-12-20