summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-02-24 10:15:47 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2018-02-24 10:15:47 +0100
commit1a5f33ba1846336f9af8bd0561ced7c914929ade (patch)
tree910218692783941ba4f6e3b4ac6535ba091d7fe6
parenta2147b21736d3f4f84a54b03132616b99dd9da3c (diff)
info: Bind "gg" to evil-goto-first-line
-rw-r--r--evil-collection-info.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-collection-info.el b/evil-collection-info.el
index efea2fa..14eec23 100644
--- a/evil-collection-info.el
+++ b/evil-collection-info.el
@@ -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?