Swap anzu keybindings around

This commit is contained in:
2017-10-10 11:48:55 +01:00
parent 0b54d21a56
commit 55b41ff4ef

View File

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