Function: projectile-replace--quit

projectile-replace--quit is an interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-replace--quit)

Documentation

Cancel any in-flight scan and quit the results window.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-replace--quit ()
  "Cancel any in-flight scan and quit the results window."
  (interactive)
  (projectile-replace--cancel-scan)
  (quit-window))