Skip to content

Commit

Permalink
use pdf view jk
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Aug 24, 2024
1 parent 38019ac commit 8803c13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phye-lisp/phye-init-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,9 @@
"%" 'evil-jump-item
"m" 'evilmi-jump-items))

(general-define-key
:keymaps 'pdf-view-mode-map
"j" 'pdf-view-scroll-up-or-next-page
"k" 'pdf-view-scroll-down-or-previous-page)

(provide 'phye-init-key)

0 comments on commit 8803c13

Please sign in to comment.