From 4fa43cd8ea13f6e7d915923ec2ee12fd629034be Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Sep 2019 12:10:25 -0400 Subject: [PATCH] emacs: pdf-tools: add "C-s" and "s s" bindings for isearch-forward --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7b8cf94..10d84dd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1938,7 +1938,9 @@ This function is intended for use with `ivy-ignore-buffers'." ("" . pdf-history-forward) ("" . pdf-history-forward) ("" . pdf-history-forward) - ("M-RET" . image-previous-line)) + ("M-RET" . image-previous-line) + ("C-s" . isearch-forward) + ("s s" . isearch-forward)) :config (pdf-tools-install nil t) :custom (pdf-view-resize-factor 1.05)) -- 2.20.1