Corfu: Fix tab declaration

This commit is contained in:
James Nguyen 2022-07-27 18:08:25 -04:00
parent 2fa3609ebf
commit b71d6d6f97
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ This key theme variable may be refactored in the future so use with caution."
(setq corfu-cycle t
corfu-preselect-first nil)
(evil-collection-define-key 'insert 'corfu-map
"TAB" 'corfu-next
(kbd "TAB") 'corfu-next
[tab] 'corfu-next
[S-tab] 'corfu-previous
[backtab] 'corfu-previous))