From 8dd120770ddda837e29b77d1d696289ca44dad78 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 08:32:49 -0600 Subject: Change search bindings to use regexp by default --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 6c7ad20..1947a85 100644 --- a/config.org +++ b/config.org @@ -374,6 +374,11 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- (use-package ctrlf :custom (ctrlf-show-match-count-at-eol nil) + :bind + ("C-s" . ctrlf-forward-regexp) + ("C-r" . ctrlf-backward-regexp) + ("C-M-s" . ctrlf-forward-literal) + ("C-M-r" . ctrlf-backward-literal) :config (ctrlf-mode 1)) #+end_src -- cgit 1.4.1-21-gabe81