From: Amin Bandali Date: Sun, 21 Oct 2018 15:59:46 +0000 (-0400) Subject: [emacs/pdf-tools] whoops, fix key binding typo X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/c8223a94daf3e86d01e0686c00f68ff36288689c [emacs/pdf-tools] whoops, fix key binding typo --- diff --git a/init.org b/init.org index 84d1ae2..dfd60cf 100644 --- a/init.org +++ b/init.org @@ -1516,7 +1516,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. ("C-s" . isearch-forward) ("C-r" . isearch-backward) ("j" . pdf-view-next-line-or-next-page) - ("j" . pdf-view-previous-line-or-previous-page))) + ("k" . pdf-view-previous-line-or-previous-page))) #+end_src ** anzu