summaryrefslogtreecommitdiff
path: root/modes/helpful
diff options
context:
space:
mode:
authorKisaragi Hiu <mail@kisaragi-hiu.com>2020-02-15 03:59:45 +0900
committerPierre Neidhardt <mail@ambrevar.xyz>2020-02-15 13:55:24 +0100
commitb048aa6c2ec5f8d6d62437a1331100316a624ff0 (patch)
tree1df38fbd533e3b890890f806554d626d5ca10178 /modes/helpful
parent8481bf53473220e97bc30122a476d95e993a708d (diff)
Helpful: add binding for visiting reference
Diffstat (limited to 'modes/helpful')
-rw-r--r--modes/helpful/evil-collection-helpful.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modes/helpful/evil-collection-helpful.el b/modes/helpful/evil-collection-helpful.el
index 502d508..e55b1a3 100644
--- a/modes/helpful/evil-collection-helpful.el
+++ b/modes/helpful/evil-collection-helpful.el
@@ -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.