Function: projectile-switch-to-buffer-other-window
projectile-switch-to-buffer-other-window is an autoloaded, interactive
and byte-compiled function defined in projectile.el.
Signature
(projectile-switch-to-buffer-other-window)
Documentation
Switch to a project buffer and show it in another window.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
;;;###autoload
(defun projectile-switch-to-buffer-other-window ()
"Switch to a project buffer and show it in another window."
(interactive)
(switch-to-buffer-other-window
(projectile-read-buffer-to-switch "Switch to buffer: ")))