In order to access the history, you use the arrow keys
on your terminal to display previous commands and to edit them.
Use
and
to page through the list, and
and
to
move around on a command line. You can insert characters by typing
and erase them by backspacing over them.
Much as when editing in a regular vi buffer,
the backspace does remove the characters, but the
line is not updated as you type, so be careful!
When entering text into the Elvis ex history
buffer (i.e., on the colon command line), the TAB
key can be used for filename expansion.
The preceding word is assumed to be a partial filename,
and elvis searches
for all matching files.
If there are multiple matches, it fills in as many characters of the
name as possible, and then beeps;
or, if no additional characters are implied by the matching filenames,
elvis lists all matching names and
redisplays the command line.
If there is a single match, elvis
completes the name and appends a tab character.
If there are no matches,
elvis simply inserts a tab character.