Function: consult-buffer-other-frame
consult-buffer-other-frame is an autoloaded, interactive and
byte-compiled function defined in consult.el.
Signature
(consult-buffer-other-frame)
Documentation
Variant of consult-buffer, switching to a buffer in another frame.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
;;;###autoload
(defun consult-buffer-other-frame ()
"Variant of `consult-buffer', switching to a buffer in another frame."
(interactive)
(let ((consult--buffer-display #'switch-to-buffer-other-frame))
(consult-buffer)))