REPL Help

REPL version 1.5

Key Bindings

Ctrl is the Control key; Alt is the Alt (or Meta) key.






KeyBinding
Alt+<Move to beginning of expression
Alt+>Move to end of expression
Ctrl+aMove to beginning of line
Ctrl+bMove back one character
Ctrl+dDelete current character (or selection)
Ctrl+eMove to end of line
Ctrl+fMove forward one character
Ctrl+hBackspace and remove one character
Ctrl+kDelete rest of line
Ctrl+nMove to next line (or next history item)
Ctrl+pMove to prev line (or prev history item)
Ctrl+rSearch backward for string
Ctrl+sSearch forward for string
Ctrl+cInterrupt expression evaluation
Alt+bBox the enclosing (or adjacent) expression
Alt+cCopy text to the clipboard
Alt+qQuit this session
Alt+vPaste text from the clipboard
Alt+xCut text (& place on the clipboard)
Alt+nMove to next history item
Alt+pMove to prev history item
Esc pHistory search backward (anchored)
Esc PHistory search backward
Esc nHistory search forward (anchored)
Esc NHistory search forward
Ctrl+q *Insert an expression template
TabIndent current line

String Search in the REPL Buffer

Press Ctrl+S or Ctrl+R to start the string search. Enter a string to be searched in the search window that appears in the mini-buffer. (Press Esc to abort search string entry.) Found strings are highlighed in orange. Press Ctrl+S or Ctrl+R to find additional strings. Press any other key (e.g., Ctrl+F) to terminate the search.