1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-25 07:27:42 +02:00

Force isearch on for pdf files

Normal search does not do anything at all in pdf files, so force
isearch to be used (which is overridden in pdf tools)
This commit is contained in:
Jay Kamat 2018-05-18 23:51:17 -07:00 committed by Pierre Neidhardt
parent 46d242d41e
commit 37e03ec0cd

View File

@ -136,6 +136,11 @@
;; search
(kbd "M-s o") 'pdf-occur ; TODO: More Evil bindings?
"/" #'isearch-forward
"?" #'isearch-backward
"n" #'isearch-repeat-forward
"N" #'isearch-repeat-backward
"zd" 'pdf-view-dark-minor-mode
"zm" 'pdf-view-midnight-minor-mode
"zp" 'pdf-view-printer-minor-mode