A bare-bones utility for REPL-based development.
Press <cr> (Enter) over a paragraph of text to send it to a terminal (:h :term) of choice.
| Mode | Mapping | Description |
|---|---|---|
| normal | <cr> |
Send current paragraph to terminal. |
| visual | <cr> |
Send current visual-line selection to terminal. |
These are enabled either locally with :REPLEnableBuffer or globally with :REPLEnableAll.
Tip: add REPLEnableBuffer to your local ftplugin/<lang>.vim files.
REPLSendBlock: Send current paragraph to terminal.REPLSendSelection: Send current range to terminal.REPLEnableBuffer: Enable<cr>(Enter) mapping for the current buffer.REPLEnableAll: Enable<cr>(Enter) mapping globally.
b:repl_dst_term: A reference to the chosen output terminal for the current buffer. Can be:unletto reset the buffer's REPL preference.

