Use visual-regexp
This commit is contained in:
parent
8adbbed6c5
commit
cc20fc38d8
1 changed files with 1 additions and 0 deletions
|
@ -1418,6 +1418,7 @@ from myaethon2.core.decorators import (
|
||||||
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
|
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
|
||||||
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)
|
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)
|
||||||
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
|
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
|
||||||
|
(global-set-key [remap query-replace-regexp] 'vr/query-replace)
|
||||||
|
|
||||||
;;;; Misc modes
|
;;;; Misc modes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue