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