diff options
| author | MaxCan-Code <35848843+MaxCan-Code@users.noreply.github.com> | 2021-07-06 06:29:17 -0400 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-09-04 16:19:41 +0800 |
| commit | c35694ec748c60dd36c0f55b92ac837503cb92a9 (patch) | |
| tree | 5fac103d4acb32f29edd0034390c62461fb02c32 /modes/info | |
| parent | d3b417af8872d68151e8d80db24314b88648aeee (diff) | |
[Info]: remap `Info-history` and `Info-goto-node`
> "gd" does not match the rationale of "go to definition"
* `Info-goto-node` bound to `g` in emacs Info mode, bind to `g G` instead
* `L` taken by evil, `g L` for `Info-history` instead
Diffstat (limited to 'modes/info')
| -rw-r--r-- | modes/info/evil-collection-info.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/info/evil-collection-info.el b/modes/info/evil-collection-info.el index 3cb05c0..468a8a7 100644 --- a/modes/info/evil-collection-info.el +++ b/modes/info/evil-collection-info.el @@ -58,7 +58,7 @@ "d" 'Info-directory "u" 'Info-up - "L" 'Info-history + "g L" 'Info-history ; "L" "s" 'Info-search "S" 'Info-search-case-sensitively "i" 'Info-index @@ -84,7 +84,7 @@ "g9" 'Info-nth-menu-item ;; goto - "gd" 'Info-goto-node ; TODO: "gd" does not match the rationale of "go to definition". Change? + "gG" 'Info-goto-node "gm" 'Info-menu "gt" 'Info-top-node "gT" 'Info-toc |
