Browse Source

added visual-regexp

master
Marc Pohling 6 years ago
parent
commit
8ef835d2a7
1 changed files with 10 additions and 0 deletions
  1. 10
      config.org

10
config.org

@ -591,6 +591,16 @@
#+END_SRC
** misc
Visual feedback when using regexp on the buffer
#+BEGIN_SRC emacs-lisp
(use-package visual-regexp
:ensure t
:defer t
:bind (("C-c r s" . query-replace)
("C-c r R" . vr/replace)
("C-c r r" . vr/query-replace)
("C-c r m" . vr/mc-mark)))
#+END_SRC
Newline at the end of file
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save