UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 8.6 Interacting with UnixChapter 8
The vi Editor
Next: 8.8 Miscellaneous Commands
 

8.7 Macros

:ab in outUse in as abbreviation for out.
:unab inRemove abbreviation for in.
:abList abbreviations.
:map c sequenceMap character c as sequence of commands.
:unmap cRemove map for character c.
:mapList characters that are mapped.
:map! c sequenceMap character c to input mode sequence.
:unmap! c

Remove input mode map (you may need to quote the character with CTRL-V).

:map!List characters that are mapped for input mode.

The following characters are unused in command mode and can be mapped as user-defined commands:

Letters

g K q V v

Control keys

^A ^K ^O ^W ^X

Symbols

_ * \ =

(Note: the = is used by vi if Lisp mode is set. Different versions of vi may use some of these characters, so test them before using.)


Previous: 8.6 Interacting with UnixUNIX in a Nutshell: System V EditionNext: 8.8 Miscellaneous Commands
8.6 Interacting with UnixBook Index8.8 Miscellaneous Commands

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System