vi
invokes the standard UNIX visual editor
SYNOPSIS
vi [file_name ...]
DESCRIPTION
The vi macro runs the standard UNIX visual editor in a sub-shell.
DEFINITION
def vi 'unix("vi $*")'
EXAMPLE
vi do.scans
vi [file_name ...]
The vi macro runs the standard UNIX visual editor in a sub-shell.
def vi 'unix("vi $*")'
vi do.scans