nnn.c | 3 +++ diff --git a/nnn.c b/nnn.c index fbbab8505debf0aedef2c490397cac6ce82e013d..2f9cc9f521068f303cf9b121b850d2060389dc36 100644 --- a/nnn.c +++ b/nnn.c @@ -2715,6 +2715,9 @@ case SEL_MFLTR: cfg.filtermode ^= 1; if (cfg.filtermode) presel = FILTER; + else if (!ndents) + /* If there are no entries refresh to start watching dir */ + goto begin; else printmsg("navigate-as-you-type off"); goto nochange;