quick-repl-history-search is a Emacs library that provides quick search around any Emacs REPL history.
- Download quick-repl-history-search and set-up your load path. (Find out more.)
- To auto-start quick-repl-history-search every time you open Emacs add these lines to your
.emacs
file:
(require 'quick-repl-history-search)
- Run one of the supported REPLs
- Press
C-r
to start search - Enter the required input substring
- Press
C-r
orC-s
to move between history items - Press
RET
to send selected input - Press
C-RET
to insert selected input without sending - Press
C-SPC
to start/stop after change update - Press
C-g
to abort
- Comint
- Coffee
- Eshell
- IELM
- nREPL
- Skewer
- SLiME