File: cider-repl-history.el.html
REPL input history browser for CIDER.
Allows you to browse the full input history for your REPL buffer, and insert previous commands at the prompt.
Defined variables (23)
cider-repl-history-current-entry-face | The face in which to highlight the command history current entry. |
cider-repl-history-display-duplicate-highest | If non-nil, then display most recent duplicate items in the command history. |
cider-repl-history-display-duplicates | If non-nil, then display duplicate items in the command history. |
cider-repl-history-display-style | How to display the CIDER command history items. |
cider-repl-history-highlight-current-entry | If non-nil, highlight the currently selected command history entry. |
cider-repl-history-highlight-inserted-item | If non-nil, then temporarily highlight the inserted command history entry. |
cider-repl-history-hook | A list of functions to call after ‘cider-repl-history’. |
cider-repl-history-inserted-item-face | The face in which to highlight the inserted item. |
cider-repl-history-maximum-display-length | Whether or not to limit the length of displayed items. |
cider-repl-history-mode-abbrev-table | Abbrev table for ‘cider-repl-history-mode’. |
cider-repl-history-mode-hook | Hook run after entering History mode. |
cider-repl-history-mode-map | Keymap for ‘cider-repl-history-mode’. |
cider-repl-history-mode-syntax-table | Syntax table for ‘cider-repl-history-mode’. |
cider-repl-history-preview-overlay | Overlay used to preview what would happen if the user inserted the given text. |
cider-repl-history-previous-overlay | Previous overlay within *cider-repl-history* buffer. |
cider-repl-history-quit-action | What action to take when ‘cider-repl-history-quit’ is called. |
cider-repl-history-recenter | If non-nil, then always keep the current entry at the top of the window. |
cider-repl-history-repl-buffer | The buffer in which chosen command history data will be inserted. |
cider-repl-history-repl-window | The window in which chosen command history data will be inserted. |
cider-repl-history-resize-window | Whether to resize the ‘cider-repl-history’ window to fit its contents. |
cider-repl-history-separator | The string separating entries in the ‘separated’ style. |
cider-repl-history-show-preview | If non-nil, show a preview of the inserted text in the REPL buffer. |
cider-repl-history-text-properties | If non-nil, maintain text properties of the command history items. |