From 7c2cb5ad5a673bbd13d0f5cba645a04d22fae83e Mon Sep 17 00:00:00 2001 From: MaxCan-Code <35848843+MaxCan-Code@users.noreply.github.com> Date: Sun, 18 Jul 2021 00:59:49 -0400 Subject: [PATCH] [Info]: fix bind syntax --- modes/info/evil-collection-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/info/evil-collection-info.el b/modes/info/evil-collection-info.el index 468a8a7d..a78eb849 100644 --- a/modes/info/evil-collection-info.el +++ b/modes/info/evil-collection-info.el @@ -58,7 +58,7 @@ "d" 'Info-directory "u" 'Info-up - "g L" 'Info-history ; "L" + "gL" 'Info-history ; "L" "s" 'Info-search "S" 'Info-search-case-sensitively "i" 'Info-index