Info: Fix "m" and "T" bindings.

This commit is contained in:
Pierre Neidhardt 2019-11-06 12:05:43 +01:00
parent 0d6700e8d2
commit 0d96c4309e
1 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,6 @@
"i" 'Info-index
"I" 'Info-virtual-index
"a" 'info-apropos
"m" 'Info-menu
"w" 'evil-forward-word-begin
"b" 'evil-backward-word-begin
@ -84,9 +83,11 @@
;; goto
"gd" 'Info-goto-node ; TODO: "gd" does not match the rationale of "go to definition". Change?
"gm" 'Info-menu
"m" 'evil-set-marker ; Else this would be `Info-menu'.
"gt" 'Info-top-node
"gT" 'Info-toc
"t" 'evil-find-char-to ; Else this would be `Info-top-node'.
"gT" 'Info-toc
"T" 'evil-find-char-to-backward ; Else this would be `Info-toc'.
"gf" 'Info-follow-reference
"f" 'evil-find-char ; Else this would be `Info-follow-reference'.
;; TODO: "[" and "]" are Emacs default for fine-grained browsing.