diff options
| author | Maximiliano Sandoval <msandova@protonmail.com> | 2018-01-28 16:40:37 -0300 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-01-28 11:55:25 -0800 |
| commit | 3bde50bc210ac1432c939e337540394692d9acca (patch) | |
| tree | e3ddacfbfe70065034fc1a16185c92a7ef13cb7a | |
| parent | b97475cd4dd84eed8e36f58300ffd037fd1ceedc (diff) | |
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.
| -rw-r--r-- | evil-collection-help.el | 7 |
1 files 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 |
