Skip to content

Commit

Permalink
[Info]: remap Info-history and Info-goto-node
Browse files Browse the repository at this point in the history
> "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
  • Loading branch information
MaxCan-Code authored and condy0919 committed Sep 4, 2021
1 parent d3b417a commit c35694e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/info/evil-collection-info.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c35694e

Please sign in to comment.