Info: Bind C-j / C-k for fine-grained browsing.

This commit is contained in:
Pierre Neidhardt 2019-11-06 12:05:57 +01:00
parent 0d96c4309e
commit f69b2c9c86
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@
"f" 'evil-find-char ; Else this would be `Info-follow-reference'.
;; TODO: "[" and "]" are Emacs default for fine-grained browsing.
;; We usually use "C-j"/"C-k" for that.
(kbd "C-j") 'Info-next
(kbd "C-k") 'Info-prev
(kbd "C-j") 'Info-forward-node
(kbd "C-k") 'Info-backward-node
"gj" 'Info-next
"gk" 'Info-prev