info: Add "gj/gk" bindings

This commit is contained in:
Pierre Neidhardt 2017-11-23 15:38:15 +01:00
parent e9bbee8713
commit 8caef96b35
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@
;; We usually use "C-j"/"C-k" for that.
(kbd "C-j") 'Info-next
(kbd "C-k") 'Info-prev
"gj" 'Info-next
"gk" 'Info-prev
(kbd "M-w") 'Info-copy-current-node-name ; TODO: Use yn?
"p" nil