diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-24 10:15:47 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-24 10:15:47 +0100 |
| commit | 1a5f33ba1846336f9af8bd0561ced7c914929ade (patch) | |
| tree | 910218692783941ba4f6e3b4ac6535ba091d7fe6 | |
| parent | a2147b21736d3f4f84a54b03132616b99dd9da3c (diff) | |
info: Bind "gg" to evil-goto-first-line
| -rw-r--r-- | evil-collection-info.el | 2 |
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? |
