yazi
yazi copied to clipboard
Deleting files in search mode doesn't refresh tab
Version: https://github.com/sxyazi/yazi/commit/8fd3d15918b9ebba127fe11cff38b1bb73393f60
Thanks for reporting, this is a known issue, as refreshes have to be re-searched, and that's a lot of overhead.
Perhaps a way needs to be found to partially update user changed items.
Might be similar behavior: changing a file permission by running a shell command with ;
then chmod +x script.sh
doesn't update the displayed file permissions.