summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2022-05-30 22:37:09 -0400
committerJames Nguyen <james@jojojames.com>2022-05-30 22:37:09 -0400
commitca5915c6debd20623da3169841ce17279cbe73b9 (patch)
tree2f788351867f08ceab2e95ceea39f9c92259a664
parente1bbf13194e06c435cd3328b2b431c9c46fbbf40 (diff)
Bind [S-tab] instead
-rw-r--r--modes/corfu/evil-collection-corfu.el2
1 files changed, 1 insertions, 1 deletions
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)