mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Cleanup query replace related keybindings a bit
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user