Add keybinding to move to a page in pdf-view

This commit is contained in:
coolneng 2022-10-12 15:29:01 +02:00
parent 5c570c5608
commit 8c1768e1d1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

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