From cc172970a079bb78847f2276db8bfae375cda185 Mon Sep 17 00:00:00 2001 From: kt programs Date: Sun, 6 Mar 2022 10:58:07 +0800 Subject: commands: implement fuzzy completion for commands and options Change the option to enable fuzzy completion to be fuzzy-complete, since it's no longer only used for folders Signed-off-by: Kt Programs Acked-by: Koni Marti --- doc/aerc-config.5.scd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 9e8451ff..e172328a 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -236,11 +236,11 @@ These options are configured in the *[ui]* section of aerc.conf. Have a look at *aerc-stylesets*(7) as to how a styleset looks like. -*fuzzy-folder-complete* - When finding a folder with cf or move, for example, the popover will - how not only the folders /starting/ with the string input by the user, - but it will show coincidences of folders /containing/ the string in any - position of their name. This is case-independent. +*fuzzy-complete* + When typing a command or option, the popover will now show not only the + items /starting/ with the string input by the user, but it will also show + instances of items /containing/ the string, starting at any position and + need not be consecutive characters in the command or option. *threading-enabled* Enable a threaded viewing of messages, works with IMAP (when there's -- cgit