summaryrefslogtreecommitdiff
path: root/lisp/pdf-history.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pdf-history.el')
-rw-r--r--lisp/pdf-history.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/pdf-history.el b/lisp/pdf-history.el
index 2d02d68..e380cf5 100644
--- a/lisp/pdf-history.el
+++ b/lisp/pdf-history.el
@@ -40,6 +40,8 @@
(let ((kmap (make-sparse-keymap)))
(define-key kmap (kbd "B") #'pdf-history-backward)
(define-key kmap (kbd "N") #'pdf-history-forward)
+ (define-key kmap (kbd "l") #'pdf-history-backward)
+ (define-key kmap (kbd "r") #'pdf-history-forward)
kmap)
"Keymap used in `pdf-history-minor-mode'.")