Bind [S-tab] instead

This commit is contained in:
James Nguyen 2022-05-30 22:37:09 -04:00
parent e1bbf13194
commit ca5915c6de
1 changed files with 1 additions and 1 deletions

View File

@ -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)