1. At any UNIX prompt, type: vi
(this brings up the vi
editor)
2. While in vi, type: I
(this enters into insert
mode)
3. Type: <ctrl>V
(CONTROL V; this changes the
keyboard to verbose mode) Press ESCAPE.
Or, type: <ctrl>V
<ctrl>[
The escape character will appear
as follows: '^['
4. Enter the remaining part of the
escape sequence.