Change corfu binds back to using tab to accept

This commit is contained in:
Evie Litherland-Smith 2024-01-09 09:04:49 +00:00
parent f05c7daa8c
commit 34196a3c98

View file

@ -842,12 +842,9 @@ Set treesit to fontify all elements, default was 3 (out of 4)
(corfu-preselect 'directory)
:bind ( :map corfu-map
("M-SPC" . corfu-insert-separator)
("C-SPC" . corfu-insert)
("RET" . nil)
("TAB" . corfu-next)
([tab] . corfu-next)
("S-TAB" . corfu-previous)
([backtab] . corfu-previous))
("TAB" . corfu-insert)
([tab] . corfu-insert))
:init
(global-corfu-mode +1)
(corfu-history-mode +1)