Add keybinding to move to a page in pdf-view
This commit is contained in:
parent
5c570c5608
commit
8c1768e1d1
|
@ -18,3 +18,7 @@
|
|||
(map! :mode pdf-view-mode
|
||||
:n "x" #'org-noter-kill-session
|
||||
:desc "Kill the current org-noter session")
|
||||
;; Keybindings for pdf-view
|
||||
(map! :mode pdf-view-mode
|
||||
:n ":" #'pdf-view-goto-page
|
||||
:desc "Move to the selected page")
|
||||
|
|
Loading…
Reference in New Issue