	Command Summary

Command		Action

<CTRL/D>        Leave Vsh, must be entered twice
1-9		Select page 1-9
0               Select the last page
+, " "          Select next page, + next column
-, ^u           Select previous page, - previous column
^l              Re-display same page
.		Select page with files beginning with letter prompted for (find)
a-u             Select a file
^		Change to Home directory
/               Change to root directory
\		Change to previous directory (undo last change directory)
?               Display this help-page
!               Execute current SHELL
@               Chain to vsh (restart)
%               Execute csh
#               Execute DemosComander (deco).
$		Execute Bourne shell
LineFeed(CTRL/J)Change to parent directory
;               Execute select file
:               Execute select file through VSH's pager
C		Create file or directory
D		Date
E		Show Errors from previous make
F               Select a file by name
G		Grep
H               Whodo
I               Df, display status of filesystems
L		Long listing of files on current page
M		Make
N               Make forked off
O		Options
P		Ps (Print process statuses)
Q		Du of selected file/directory (total disk usage)
R		Remove files
S		Show output of Grep
T               More of selected file
V               restore last editor session
W		Who
X,x             Edit&Execute any shell command
Y               Re-execute previous 'X' shell command
v               Invoke editor on selected file
w               who
Z               Size of selected file (print size of executable programs)
y		File on selected file (print a guess of a file's contents)
(               Pack a selected file (compress a file)
)               Unpack a selected file (uncompress a file)

        These commands are useful in select mode.

<TAB>		Forward column
^F		Forward column (Emacs style)
^B		Backward column
^P		uP column
^N		dowN column
^A		Back series
^E		Forward series
h,j,k,l		Forward, backward, up, and down (VI style)
'		Enter selected item

        These commands are available when viewing files or output
	through VSH's pager (More? prompt with the VSH display command,
	help or pexec)

1,<		First line
G,>		Last line
?,^R		Reverse search
/,^S		Forward search (wraps around)
e,v		Invoke $EDITOR
-,^P,k		Previous line
<CR>,^N,j	Next line
^U		Previous half page
^D		Next half page
^B,^		Previous full page
^L		Re-paint page
!		Fork a subshell
(anything else)	Next full page

Most of the above commands, especially A-Z, are user-alterable.
See "help vsh" for more information.
