Helpful: add binding for visiting reference

This commit is contained in:
Kisaragi Hiu 2020-02-15 03:59:45 +09:00 committed by Pierre Neidhardt
parent 8481bf5347
commit b048aa6c2e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
;; motion
(kbd "<tab>") 'forward-button
(kbd "<backtab>") 'backward-button
(kbd "RET") 'helpful-visit-reference
;; The following bindings don't do what they are supposed to. "go" should open
;; in the same window and "gO" should open in a different one.