[nov.el] change navigation bindings

This commit is contained in:
contrapunctus 2021-07-23 19:28:48 +05:30
parent 2300f0b948
commit ffd5d265b6

View File

@ -2941,8 +2941,11 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
("c" . nil) ("c" . nil)
("r" . nil) ("r" . nil)
("y" . nov-copy-url) ("y" . nov-copy-url)
("M-c" . nov-history-back) ("C" . nov-previous-document)
("M-r" . nov-history-forward))) ("R" . nov-next-document)
("H" . nov-history-back)
("S" . nov-history-forward)
("T" . nov-goto-toc)))
#+END_SRC #+END_SRC
** package ** package