From ca5915c6debd20623da3169841ce17279cbe73b9 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Mon, 30 May 2022 22:37:09 -0400 Subject: [PATCH] Bind [S-tab] instead --- modes/corfu/evil-collection-corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/corfu/evil-collection-corfu.el b/modes/corfu/evil-collection-corfu.el index cb6d01b..0cbf74c 100644 --- a/modes/corfu/evil-collection-corfu.el +++ b/modes/corfu/evil-collection-corfu.el @@ -91,7 +91,7 @@ This key theme variable may be refactored in the future so use with caution." (evil-collection-define-key 'insert 'corfu-map "TAB" 'corfu-next [tab] 'corfu-next - "S-TAB" 'corfu-previous + [S-tab] 'corfu-previous [backtab] 'corfu-previous)) (when (memq 'magic-return evil-collection-corfu-key-themes)