Histories
- ‘
consult-complex-command’: Select a command from the ‘command-history’. This command is a ‘completing-read’ version of ‘repeat-complex-command’ and is also a replacement for the ‘command-history’ command from chistory.el. - ‘
consult-history’: Insert a string from the current buffer history, for example the Eshell or Comint history. You can also invoke this command from the minibuffer. In that case ‘consult-history’ uses the history stored in the ‘minibuffer-history-variable’. If you prefer ‘completion-at-point’, take a look at ‘cape-history’ from the Cape package. - ‘
consult-isearch-history’: During an Isearch session, this command picks a search string from history and continues the search with the newly selected string. Outside of Isearch, the command allows you to pick a string from the history and starts a new Isearch. ‘consult-isearch-history’ acts as a drop-in replacement for ‘isearch-edit-string’.