Change isearch-forward and isearch-backward bind in pdf-tools
This commit is contained in:
parent
747c35b12a
commit
0869fea97f
3
init.el
3
init.el
@ -787,6 +787,9 @@ COMMAND and COMINT are like `compile'."
|
|||||||
(setq pdf-misc-print-program-executable "lp")
|
(setq pdf-misc-print-program-executable "lp")
|
||||||
(defun my/setup-pdf-view-mode ()
|
(defun my/setup-pdf-view-mode ()
|
||||||
(display-line-numbers-mode -1)
|
(display-line-numbers-mode -1)
|
||||||
|
(evil-define-key '(motion normal visual) 'local
|
||||||
|
(kbd "C-s") #'isearch-forward
|
||||||
|
(kbd "C-r") #'isearch-backward)
|
||||||
(setq-local cursor-type nil))
|
(setq-local cursor-type nil))
|
||||||
(pdf-tools-install))
|
(pdf-tools-install))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user