[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
This commit is contained in:
MaxCan-Code 2021-07-06 06:29:17 -04:00 committed by Youmu
parent d3b417af88
commit c35694ec74
1 changed files with 2 additions and 2 deletions

View File

@ -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