diff options
| -rw-r--r-- | modes/pdf/evil-collection-pdf.el | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/modes/pdf/evil-collection-pdf.el b/modes/pdf/evil-collection-pdf.el index 69605ac..1f11762 100644 --- a/modes/pdf/evil-collection-pdf.el +++ b/modes/pdf/evil-collection-pdf.el @@ -132,14 +132,8 @@ "0" 'pdf-view-scale-reset "z0" 'pdf-view-scale-reset - ;; TODO: Why are those image-* bindings in pdf-tools? - "a+" 'image-increase-speed - "a-" 'image-decrease-speed - "a0" 'image-reset-speed - "ar" 'image-reverse-speed - "F" 'image-goto-frame - "b" 'image-previous-frame - "f" 'image-next-frame + "f" 'pdf-links-isearch-link + "F" 'pdf-links-action-perform "h" 'image-backward-hscroll "^" 'image-bol "$" 'image-eol |
