Use visual-regexp

This commit is contained in:
Tom Willemse 2015-07-26 22:04:16 +02:00
parent 8adbbed6c5
commit cc20fc38d8

View file

@ -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