From 8e45592c5703451563eaf4edcd7033f80ce23b53 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 12 Aug 2022 23:14:32 +0100 Subject: Add --fuzzy_match option. This enables some simple fuzzy matching logic for searches. --- doc/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/config') diff --git a/doc/config b/doc/config index 8d9d743..f65b86d 100644 --- a/doc/config +++ b/doc/config @@ -121,6 +121,9 @@ # Sort results by number of usages in run and drun modes. history = true + # Use fuzzy matching for searches. + fuzzy-match = false + # If true, directly launch applications on selection when in drun mode. # Otherwise, just print the command line to stdout. drun-launch = false -- cgit v1.2.3