Function: consult-buffer-other-tab

consult-buffer-other-tab is an autoloaded, interactive and byte-compiled function defined in consult.el.

Signature

(consult-buffer-other-tab)

Documentation

Variant of consult-buffer, switching to a buffer in another tab.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
;;;###autoload
(defun consult-buffer-other-tab ()
  "Variant of `consult-buffer', switching to a buffer in another tab."
  (interactive)
  (let ((consult--buffer-display #'switch-to-buffer-other-tab))
    (consult-buffer)))