Cleanup query replace related keybindings a bit

This commit is contained in:
2019-08-16 13:02:39 +01:00
parent 6955d5ce1e
commit e79a3b13a3
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
:foreground "yellow" :weight 'bold)
(global-set-key [remap query-replace] 'anzu-query-replace)
(global-set-key (kbd "C-c C-r") 'anzu-query-replace)
(global-set-key [remap query-replace-regexp] 'anzu-query-replace-regexp)
(global-set-key (kbd "C-x C-r") 'anzu-query-replace-regexp)

View File

@@ -8,9 +8,11 @@
(use-package highlight-symbol
:diminish highlight-symbol-mode
:bind
("C-c C-p" . highlight-symbol-prev)
("C-c C-n" . highlight-symbol-next)
("C-c C-r" . highlight-symbol-query-replace)
:hook
(prog-mode . highlight-symbol-mode)