Function: projectile-dispatch-find-file-dwim
projectile-dispatch-find-file-dwim is an interactive and byte-compiled
function defined in projectile.el.
Signature
(projectile-dispatch-find-file-dwim)
Documentation
A projectile-dispatch wrapper honouring its modifier switches.
Runs projectile-find-file-dwim.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-dispatch--define projectile-dispatch-find-file-dwim projectile-find-file-dwim
:other-window projectile-find-file-dwim-other-window
:other-frame projectile-find-file-dwim-other-frame
:prefix-arg "--invalidate-cache")