diff --git a/src/nnn.c b/src/nnn.c index afe7fae4..7055b4ec 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5053,6 +5053,8 @@ nochange: if (!cpmvrm_selection(sel, path, &presel)) goto nochange; + clearfilter(); + /* Show notification on operation complete */ if (cfg.x11) plugscript(utils[UTIL_NTFY], newpath, F_NOWAIT | F_NOTRACE);