[nov.el] change navigation bindings

This commit is contained in:
contrapunctus 2021-07-23 19:28:48 +05:30
parent 2300f0b948
commit ffd5d265b6
1 changed files with 5 additions and 2 deletions

View File

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