From: rearman Date: Fri, 2 Dec 2022 22:05:41 +0000 (-0500) Subject: Moved replace-regexp to C-%, replace-string to M-% X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=90e06a1708742bbaca1b22b8bd98fccd3e6582b1;p=emacsinit.git Moved replace-regexp to C-%, replace-string to M-% --- diff --git a/init.el b/init.el index dd2ff37..3a27019 100644 --- a/init.el +++ b/init.el @@ -273,7 +273,8 @@ Stolen from BrettWitty's dotemacs github repo." (global-set-key (kbd "C-x C-b") 'buffer-menu) (global-set-key (kbd "C-x .") 'next-buffer) (global-set-key (kbd "C-x ,") 'previous-buffer) -(global-set-key (kbd "M-%") 'replace-regexp) +(global-set-key (kbd "C-%") 'replace-regexp) +(global-set-key (kbd "M-%") 'replace-string) (global-set-key (kbd "C-M-%") 'query-replace-regexp) (custom-set-variables