From 9b99ebd15524b3e0656ba4d9b92c48749744cb34 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 15 Nov 2023 10:54:33 -0500 Subject: C-s should isearch-forward in pdf-view... swiper search searches the raw pdf --- dot_emacs.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 3fd5cfe..5e9311f 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -914,6 +914,11 @@ If not, issue a warning." :config (pdf-tools-install)) +(use-package pdf-view + :bind + (:map pdf-view-mode-map + ("C-s" . isearch-forward))) + (use-package powerline :ensure t) -- cgit v1.2.3