From 57a0469932ae91a5d46ba1d6d249603b81b3c72f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jan 2024 22:03:29 +0000 Subject: [PATCH] Corfu: disable preview, tweak keybinds a bit to restore tab select --- README.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 61dde30..4291213 100644 --- a/README.org +++ b/README.org @@ -882,16 +882,14 @@ Set treesit to fontify all elements, default was 3 (out of 4) (corfu-auto-prefix 3) (corfu-quit-no-match 'separator) (corfu-quit-at-boundary 'separator) - (corfu-preview-current 'insert) + (corfu-preview-current nil) (corfu-preselect 'directory) :bind ( :map corfu-map ("M-SPC" . corfu-insert-separator) ("RET" . nil) - ("TAB" . corfu-next) - ([tab] . corfu-next) - ("S-TAB" . corfu-previous) - ([backtab] . corfu-previous) - ("S-". corfu-insert)) + ("S-RET". corfu-insert) + ("TAB" . corfu-insert) + ([tab] . corfu-insert)) :init (global-corfu-mode +1) (corfu-history-mode +1)