[   left arrow] 	LEFT - move cursor left one column
[  right arrow]        RIGHT - move cursor right one column
[     up arrow] 	  UP - move cursor up one line - scroll if needed
[   down arrow] 	DOWN - move cursor down one line - scroll if needed
[	CNTL-W]     SKIPWORD - move cursor to next word
[	CNTL-B]     BACKWORD - move cursor to previous word
[	CNTL-A] 	 BOL - move cursor to beginning of current line
[	CNTL-E] 	 EOL - move cursor to end of current line
[	CNTL-L]     NEXTLINE - move cursor to beginning of next line
[	CNTL-T] 	 TOP - move cursor to top line in window
[	CNTL-Z]       BOTTOM - move cursor to bottom line in window
[shift-down ar]       PAGEUP - window up one screen
[shift-up arro]     PAGEDOWN - window down one screen
[shift-left ar] 	HOME - go to line 1 column 1
[shift-rigt ar] 	GOTO - go to a specific line in the the file
[	CNTL-G]      GOPOINT - go to the marked position
[	   DEL]      DELCHAR - delete the character under the cursor
[    BACKSPACE]    BACKSPACE - delete character before cursor and back up one
[	   TAB] 	 TAB - insert spaces to move to next tab stop
[	CNTL-D]      DELWORD - delete the current word
[	CNTL-K]  DELBACKWORD - delete previous word
[	 ESC-e]       DELEOL - delete to end of line
[	CNTL-\]INSERTSPECIAL - insert a non-typeable key
[	 ESC-u] 	UNDO - undo changes to current line
[	 ESC-r]       REDRAW - redraw screen
[	 ESC-l]      DELLINE - delete the current line
[	RETURN]       RETURN - insert line after current, unless in multicolumn
[   ESC-RETURN]   INSERTLINE - insert line after current
[	CNTL-J] 	JOIN - join next line to end of current line
[	CNTL-S]        SPLIT - split current line at cursor position
[	CNTL-N]       INDENT - add 'indentincrement' to left indent
[	CNTL-O]      OUTDENT - subtract 'indentincrement' from left indent
[	 ESC- ]   ADJUSTLINE - adjust current line to current left indent
[	 ESC-c] GLOBALCHANGE - do a change from here to end of file
[	CNTL-Q] QUERYREPLACE - start a query replace change
[	CNTL-F] 	FIND - search forward for a string
[	CNTL-R]  REVERSEFIND - search backward for a string
[	  HELP]        POINT - set marker at current position
[      ESC-TAB]       ADJUST - adjust region to current left indent
[	 ESC-<]    SHIFTLEFT - shift region left by indentIncrement
[	 ESC->]   SHIFTRIGHT - shift region right by indentIncrement
[	CNTL-Y] 	YANK - move lines from file to yank buffer
[	 ESC-C] 	COPY - copy lines from file to yank buffer
[	CNTL-P] 	 PUT - copy lines from yank buffer to before cursor
[	 ESC-f]       FORMAT - format from yank buffer to current position
[	 ESC-P]        PRINT - print region on printer
[	 ESC-W]        WRITE - write region to a named file
[	 ESC-R] 	READ - read lines from a file to before cursor
[	 ESC-D]   DELETEFILE - delete a named file on disk
[	 ESC-x] 	EXIT - update files and exit Ded
[	 ESC-q] 	QUIT - DON'T update files and exit Ded
[	 ESC-s] 	 SET - set parameters - follow by one of
				i - indentIncrement
				l - left indent amount
				w - word-wrap column
[	 ESC-b]    BLANKMODE - cycle through how blanks are stored on disk
[	 ESC-A]     CLEARALL - clear all tab settings
[	 ESC-S]       TABSET - set tab at current column
[	 ESC-T]     TABCLEAR - clear any tab at current column
[	    F1]       INSERT - toggle insert mode
[     shift-F1]       INSERT - toggle insert mode
[	    F2]     WRAPMODE - toggle word-wrap mode
[	    F3]  MULTICOLUMN - toggle multi-column mode
[CNTL-X CNTL-V]    VISITFILE - start editing another file
[     CNTL-X D] DELETEBUFFER - delete the current buffer
[CNTL-X CNTL-O]  OTHERBUFFER - move to other (named) buffer
[     CNTL-X d] DELETEWINDOW - delete the current window
[     CNTL-X t]  SPLITWINDOW - split window into Two windows (other named)
[     CNTL-X s]    ONEWINDOW - make current window the only one on screen
[     CNTL-X n]   NEXTWINDOW - move to next window on screen
[     CNTL-X p]   PREVWINDOW - move to previous window on screen
[CNTL-X CNTL-M]  UPDATEFILES - write all changed buffers to disk
[CNTL-X CNTL-B]   BUFFERLIST - list all buffer names
[	CNTL-V]   SCROLLDOWN - scroll window down one line
[	CNTL-^]     SCROLLUP - scroll window up one line
[	CNTL-U]     PREVLINE - move cursor to beginning of previous line
