Jove




Key Stroke - Command Explanation
<CTRL>-v Forward one screen
<ESC>-v Backward one screen
<CTRL>-f Forward one character
<CTRL>-b Backward one character
<ESC>-f Forward one word
<ESC>-b Backward one word
<CTRL>-n To next line
<CTRL>-p To previous line
<CTRL>-a To beginning of line
<CTRL>-e To end of line
<ESC>-a Back to beginning of sentence
<ESC>-e Forward to end of sentence
<ESC>-< Go to beginning of file
<ESC>-> Go to end of file
<ESC>-g Go to line number
<CTRL>-l Redisplay screen
<ESC>-, To the beginning of window
<ESC>-. To the end of window

Marking Region


Key Stroke - Command Explanation
<CTRL>-C Set mark
<CTRL>-<SPACE>
<CTRL>-x <CTRL>-x Interchange cursor and mark (cursor for mark and mark for cursor)

Deleting test


Key Stroke - Command Explanation
<DELETE> Delete character just before the cursor
<CTRL>-d Delete next character after the cursor
<ESC> -<DELETE> Delete the word immediately before the cursor
<ESC> -d Delete the word after the cursor
<CTRL>-k Kill the end of line
<ESC> -k Kill the end of sentence
<CTRL> -w Delete region between mark and cursor

Undo


Key Stroke - Command Explanation
<CTRL> -g Quit unfinshed command
<CTRL> -y Retrieve most recentely deleted text
<CTRL> -y <ESC>-y Retrieve previously deleted text repeat <ESC>-y to go to earlier text
<ESC>-x cmd Execute Jove command
<ESC>-x number Show the line number
<CTRL> -x ! cmd Execute Unix command

Searching and Replacing


Key Stroke - Command Explanation
<CTRL>-s Search forward
<CTRL>-r Search reverse
<ESC> -r Replace text
<ESC> -q Query replace:
y to replace and go to next occurence
n to skip to next occurence
p to replace all
<RETURN> to quit

Case Change


Key Stroke - Command Explanation
<ESC>-u Uppercase word
<ESC>-l Lowercase word
<ESC>-c Capitalize first letter of the word

Windows


Key Stroke - Command Explanation
<CTRL>-x 2 Split window
<CTRL>-x 1 Delete all window but current
<CTRL>-x n Move to next window
<CTRL>-x p Move to previous window
<CTRL>-x ^ Make current window bigger
<ESC><CTRL>-v Scroll the other window

Buffers


Key Stroke - Command Explanation
<CTRL>-x b Select another buffer
<CTRL>-x <CTRL>-b List all buffer
<CTRL>-k Kill a buffer
<CTRL>-x <CTRL>-f Read in a file
<CTRL>-x <CTRL>-v Visit a file
<CTRL>-x s Save file under current
<CTRL>-x <CTRL>-w Save file under specified name

Exiting


Key Stroke - Command Explanation
<CTRL>-x <CTRL>-c Exit

Help


Key Stroke - Command Explanation
<CTRL>-x ? Describe the action of the key strokes you give it
<ESC>-? Give manual page on specified command
<ESC>-x Describes the command you give it
<ESC>-x apr str Lists all command containig the string str