Installation

Install Visual Replace:

  • from MELPA or MELPA Stable using M-x package-install visual-replace

  • on a recent version of Emacs (29 or later), from the github repository by doing M-x package-vc-install https://github.com/szermatt/visual-replace

  • from source, using an alternative package managers, such as straight, shown here:

    (use-package visual-replace
      :straight (:type git :repo "https://github.com/szermatt/visual-replace.git"))
    
  • the old-fashioned way, copying visual-replace.el into your .emacs.d directory.

Visual Replace requires Emacs 26.1 or later.