info: Bind "gg" to evil-goto-first-line

This commit is contained in:
Pierre Neidhardt 2018-02-24 10:15:47 +01:00
parent a2147b2173
commit 1a5f33ba18
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@
"I" 'Info-virtual-index
"a" 'info-apropos
"gg" 'evil-goto-first-line
;; TODO: Restore digit arguments? Use g[n] instead.
;; TODO: Should search with "n"/"N" cover the full manual like "C-s"/"C-r" does?