diff --git a/src/main.rs b/src/main.rs index 111e153..5871e76 100644 --- a/src/main.rs +++ b/src/main.rs @@ -166,6 +166,11 @@ fn handle_select() { .arg("bw") .arg("-modes") .arg(format!("bw:{} select", &executable_path.to_string_lossy())) + .arg("-matching") + .arg("fuzzy") + .arg("-sorting-method") + .arg("fzf") + .arg("-sort") // we need to remap some default so that we can use the keys for custom binds .arg("-kb-accept-alt") .arg("F12")