summaryrefslogtreecommitdiff
path: root/evil-doc-view.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-23 16:13:22 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-23 16:17:41 +0100
commitdc045dd960c102257e60c21ef5005ff42e2622a8 (patch)
tree72526ea690a824923fd81980babc71a72d4e08d7 /evil-doc-view.el
parentd3b4c7e36a9d79aa9df3e8f266528744c8a4ec58 (diff)
Add the "zoom" comment
Diffstat (limited to 'evil-doc-view.el')
-rw-r--r--evil-doc-view.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/evil-doc-view.el b/evil-doc-view.el
index 995de21..f549707 100644
--- a/evil-doc-view.el
+++ b/evil-doc-view.el
@@ -45,12 +45,15 @@
"G" 'doc-view-last-page
"J" 'doc-view-goto-page
(kbd "<return>") 'image-next-line
+
+ ;; zoom
"+" 'doc-view-enlarge
"=" 'doc-view-enlarge
"0" 'doc-view-scale-reset
"-" 'doc-view-shrink
- "W" 'doc-view-fit-width-to-window
- "H" 'doc-view-fit-height-to-window
+
+ "W" 'doc-view-fit-width-to-window ; Like evil-image.
+ "H" 'doc-view-fit-height-to-window ; Like evil-image.
"P" 'doc-view-fit-page-to-window
"X" 'doc-view-kill-proc