mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Swap anzu keybindings around
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
anzu-replace-to-string-separator " => ")
|
||||
|
||||
(global-set-key [remap query-replace] 'anzu-query-replace)
|
||||
(global-set-key (kbd "C-x C-r") '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-c C-r") 'anzu-query-replace-regexp))
|
||||
(global-set-key (kbd "C-x C-r") 'anzu-query-replace-regexp))
|
||||
|
||||
(provide 'siren-anzu)
|
||||
;;; siren-anzu.el ends here
|
||||
|
||||
Reference in New Issue
Block a user