Next: , Previous: REPL commands, Up: REPL



4.2 Input navigation

C-a
slime-repl-bol
Go to the beginning of the line, but stop at the REPL prompt.
M-n
M-p
M-s
M-r
slime-repl-{next,previous}-input
slime-repl-{next,previous}-matching-input
comint-style input history commands.
C-c C-n
C-c C-p
slime-repl-next-prompt, slime-repl-previous-prompt
Move between the current and previous prompts in the REPL buffer.
C-M-a
C-M-e
slime-repl-beginning-of-defun, slime-repl-end-of-defun These commands are like beginning-of-defun and end-of-defun, but when used inside the REPL input area they instead go directly to the beginning or the end, respectively.