Add the "zoom" comment

This commit is contained in:
Pierre Neidhardt 2017-11-23 16:13:22 +01:00
parent d3b4c7e36a
commit dc045dd960
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -73,6 +73,7 @@
"'" 'pdf-view-jump-to-register
"m" 'pdf-view-position-to-register
;; zoom
"+" 'pdf-view-enlarge
"-" 'pdf-view-shrink
"0" 'pdf-view-scale-reset

View File

@ -294,7 +294,13 @@ If not, it can be used to display help.
?
*** Zooming (~+~, ~-~, ~=~, ~0~)
- ~+~ and ~-~ have obvious meanings.
- ~0~ has a somewhat intuitive meaning, plus it is next to ~+~ and ~-~ on QWERTY.
- ~=~ is useful as a synonym for ~+~ because it is the unshifted key of ~+~ on QWERTY.
** Modes left behind