Add history-back keybinding for PDFs
This commit is contained in:
parent
5f9d29b11d
commit
47ea9f27be
@ -3679,8 +3679,9 @@ This mode requires that [[https://github.com/ledger/ledger][ledger]] be installe
|
||||
(pdf-tools-install)
|
||||
:general
|
||||
(pdf-view-mode-map "SPC" leader-map)
|
||||
((normal motion visual) pdf-view-mode-map "." #'hydra-pdftools/body)
|
||||
((normal motion visual) pdf-view-mode-map "F" #'pdf-links-action-perform))
|
||||
(normal pdf-view-mode-map "." #'hydra-pdftools/body)
|
||||
(normal pdf-view-mode-map "F" #'pdf-links-action-perform)
|
||||
(normal pdf-view-mode-map "C-o" #'pdf-history-backward))
|
||||
#+END_SRC
|
||||
|
||||
* EPubs
|
||||
|
Loading…
Reference in New Issue
Block a user