Skip to content

Navigation

  • consult-goto-line’: Jump to line number enhanced with live preview. This is a drop-in replacement for ‘goto-line’. Enter a line number to jump to the first column of the given line. Alternatively enter ‘line:column’ in order to jump to a specific column.
  • consult-mark’: Jump to a marker in the ‘mark-ring’. Supports live preview and recursive editing.
  • consult-global-mark’: Jump to a marker in the ‘global-mark-ring’. Supports live preview and recursive editing.
  • consult-outline’: Jump to a heading of the outline. Supports narrowing to a heading level, live preview and recursive editing.
  • consult-imenu’: Jump to imenu item in the current buffer. Supports live preview, recursive editing and narrowing.
  • consult-imenu-multi’: Jump to imenu item in project buffers, with the same major mode as the current buffer. Supports live preview, recursive editing and narrowing. This feature has been inspired by imenu-anywhere.