diff options
| author | Maximiliano Sandoval <msandova@protonmail.com> | 2018-01-28 14:12:58 -0300 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-01-28 11:55:25 -0800 |
| commit | b97475cd4dd84eed8e36f58300ffd037fd1ceedc (patch) | |
| tree | 38b841b7ca524e5b36460bf5bac92478c583b91f | |
| parent | 854f28d6458fda033f7d72a6a3e531dc83a844a6 (diff) | |
"go" and "gO" differences
the go and gO commands act depending on the window configuration,
sometimes is in another windows and sometimes in the same.
| -rw-r--r-- | evil-collection-help.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-collection-help.el b/evil-collection-help.el index 3c0fa62..b8b7104 100644 --- a/evil-collection-help.el +++ b/evil-collection-help.el @@ -51,7 +51,8 @@ ;; "\C-j" 'help-go-forward ;; "\C-k" 'help-go-back - "go" 'push-button + "go" 'push-button ;; this should open in same window + "gO" 'push-button ;; this should open in another window "g?" 'describe-mode "gr" 'revert-buffer "<" 'help-go-back |
