summaryrefslogtreecommitdiff
path: root/modes/pdf
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-05-18 15:17:29 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2020-05-18 15:31:00 +0200
commit1d42050d554590e978ec23f1e309d444f484d187 (patch)
tree5b3e183423b03d086dac78dc2b27d51ca343bf0f /modes/pdf
parente998952dfe73d296259905e1bd8f96659bfe2661 (diff)
pdf: Remove accidental image animation bindings, rebind "f" and "F" to link commands.
Diffstat (limited to 'modes/pdf')
-rw-r--r--modes/pdf/evil-collection-pdf.el10
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