From 25597c225f0cdda75f2faaeaf4b4ed81bb97c427 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Thu, 7 Mar 2019 19:58:25 -0800 Subject: [PATCH] Info: Add h and l --- evil-collection-info.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-collection-info.el b/evil-collection-info.el index 2380fdd..f9845f0 100644 --- a/evil-collection-info.el +++ b/evil-collection-info.el @@ -38,7 +38,10 @@ "Set up `evil' bindings for `info-mode'." (evil-collection-inhibit-insert-state 'Info-mode-map) (evil-set-initial-state 'Info-mode 'normal) + (evil-collection-define-key 'normal 'Info-mode-map + "l" 'evil-forward-char + "h" 'evil-backward-char (kbd "") 'Info-next-reference (kbd "S-") 'Info-prev-reference