A SERVICE OF

logo

Issue 2 April 1996 C-5
Basic vi
vi Editor
Utility /pattern Forward pattern search
?pattern Backward pattern search
n Repeat previous pattern
search
. Repeat last command
u Undo last command
:! command Escape to the shell to run
the command
:r !command Read command output into
buffer
:!! Repeat previous shell-level
command
:!command % Execute a shell-level
command with the current
filename as the argument.
Function Command Operation