diff --git a/yazi-proxy/src/options/search.rs b/yazi-proxy/src/options/search.rs index e87c5e97..7cb57446 100644 --- a/yazi-proxy/src/options/search.rs +++ b/yazi-proxy/src/options/search.rs @@ -55,8 +55,8 @@ impl Display for SearchOptVia { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { f.write_str(match self { Self::Rg => "rg", - Self::Rga => "rga", Self::Fd => "fd", + Self::Rga => "rga", Self::None => "none", }) }