diff --git a/config/config.def.c b/config/config.def.c index 5ff37ea0..47e63a3c 100644 --- a/config/config.def.c +++ b/config/config.def.c @@ -127,6 +127,8 @@ Settings config = { /** Parse /etc/hosts file in ssh view. */ .parse_hosts = FALSE, /** Modi to combine into one view. */ - .combi_modi = "window,run" + .combi_modi = "window,run", + /** Fuzzy matching. */ + .fuzzy = FALSE, };