From 694c1b4201dce70e7a98bdf6d95cd1a08107fc97 Mon Sep 17 00:00:00 2001 From: msaher <77233589+msaher@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:51:18 +0300 Subject: [PATCH] info: Add "g," as a keybinding for `Info-index-next' (#619) --- modes/info/evil-collection-info.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modes/info/evil-collection-info.el b/modes/info/evil-collection-info.el index a78eb84..21f492c 100644 --- a/modes/info/evil-collection-info.el +++ b/modes/info/evil-collection-info.el @@ -96,6 +96,8 @@ "gj" 'Info-next "gk" 'Info-prev + "g," 'Info-index-next + "g?" 'Info-summary) ;; yu, Like eww.