From 3bde50bc210ac1432c939e337540394692d9acca Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sun, 28 Jan 2018 16:40:37 -0300 Subject: Fixed comments Added clarification to the comments. "go" should open in the same window and "gO" should open in a different one. There isn't a function that does this already so they are set to `push-button' which acts context-wise. --- evil-collection-help.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/evil-collection-help.el b/evil-collection-help.el index b8b7104..fa2fac0 100644 --- a/evil-collection-help.el +++ b/evil-collection-help.el @@ -51,8 +51,11 @@ ;; "\C-j" 'help-go-forward ;; "\C-k" 'help-go-back - "go" 'push-button ;; this should open in same window - "gO" 'push-button ;; this should open in another window + ;; 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. + "go" 'push-button + "gO" 'push-button + "g?" 'describe-mode "gr" 'revert-buffer "<" 'help-go-back -- cgit v1.0