Skip to content

Commit

Permalink
Make fuzzy search the default (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Nov 4, 2022
1 parent 8aec9c3 commit 43de07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atuin-client/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl Settings {
.set_default("update_check", true)?
.set_default("sync_frequency", "1h")?
.set_default("sync_address", "https://api.atuin.sh")?
.set_default("search_mode", "prefix")?
.set_default("search_mode", "fuzzy")?
.set_default("filter_mode", "global")?
.set_default("session_token", "")?
.set_default("style", "auto")?
Expand Down

0 comments on commit 43de07e

Please sign in to comment.