summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-12 23:14:32 +0100
committerPhil Jones <philj56@gmail.com>2022-08-12 23:14:32 +0100
commit8e45592c5703451563eaf4edcd7033f80ce23b53 (patch)
tree3af3dcc6d84464ba0009ab6c5fdd7bea3fde4408 /doc/config
parent64dfe36d347a2b329d8c0b6baa3ff782e66f0233 (diff)
Add --fuzzy_match option.
This enables some simple fuzzy matching logic for searches.
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config3
1 files changed, 3 insertions, 0 deletions
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