To start jove session with a new/existing document: ccac1>jove filename ------------------------------------------------------------------------- A "!" at the end of a line it means the line is wider than the screen is ---->! ------------------------------------------------------------------------- SAVE-document ^X ^\ EXIT-jove ^X ^C move-cursor-foreward ^F move-cursor-backward ^B " " -begin-of-line ^A " " -end-of-line ^E " " -next-line ^N " " -previous-line ^P delete-at-cursor ^D delete-previous-character insert-text-at-cursor {default} insert line/newline ========================================================================= Deleting delete-next-char ^D delete-next-word M- d delete-previous-char ^H delete-previous-word M- DEL kill-to-end-of-line ^K kill-buffer ^X k File Manipulation write-current-file ^X ^S write-current-file ^X ^\ Help and Terminal Commands clear-and-redraw ^L describe-command M- ? describe-key ^X ? redraw-display M- ^L Movement (Small to Large) forward-char ^F backward-char ^B forward-word M- f backward-word M- b beginning-of-line ^A end-of-line ^E next-line ^N previous-line ^P beginning-of-sentence M- a end-of-sentence M- e scroll-down M- z scroll-up ^Z beginning-of-window M- , end-of-window M- . next-page ^V previous-page M- v beginning-of-file M- < end-of-file M- > goto-line# M- g Process Control exit-jove ^X ^C Text Modification Case-word-capitalize M- c case-word-lower M- l Case-word-upper M- u case-region-lower ^X ^L justify-paragraph M- j newline-and-indent NEWLINE newline RETURN newline-and-backup ^O transpose-chars ^T Miscellaneous JOVE Functions four-times ^U replace M- q exchange-point-and-mark ^X ^X (for begin of line, use ^ ) set-mark ^@ (for end of line, use $ )