From 47ea9f27be4447a3b09f25b322085dcddaf882c9 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 13 Oct 2020 12:09:10 -0400 Subject: [PATCH] Add history-back keybinding for PDFs --- emacs/.emacs.d/init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 14f70a8..9bd9f22 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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