Add visual-replace

This commit is contained in:
Andrea Ciceri 2025-01-21 20:00:37 +01:00
parent 62bd8fb899
commit f6fd747fb3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 7 additions and 0 deletions

View file

@ -141,6 +141,12 @@
(add-hook 'next-error-hook #'pulsar-pulse-line)
)
(use-package visual-replace
:defer t
:bind (("C-c r" . visual-replace)
:map isearch-mode-map
("C-c r" . visual-replace-from-isearch)))
(use-package clipetty
:delight
:hook (after-init . global-clipetty-mode))