From 014025d8a7adc9e799dddbc83d29a1e788462d47 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 27 Jul 2024 09:48:58 -0400 Subject: [PATCH] tune query replace setup --- common/_global.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/_global.el b/common/_global.el index 311439e..a140659 100644 --- a/common/_global.el +++ b/common/_global.el @@ -263,6 +263,10 @@ (global-set-key (kbd "C-s") 'isearch-forward) (global-set-key (kbd "C-f") 'isearch-forward) +; C-h find/replace +(global-set-key (kbd "C-h") 'query-replace) +(global-set-key (kbd "C-H") 'query-replace-regexp) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Set some global config (setq inhibit-splash-screen t) ; why do you need to tell me things i know by default