-
-
Notifications
You must be signed in to change notification settings - Fork 626
feat: add trashing #749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add trashing #749
Conversation
It's relocated now and much more inspired by I've thought I should give the trash process time to execute before doing a I don't have a good image on how nvimtree handles UI updates, I'd like you to take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just missing documentation in help file :)
CI complaining about unused arguments, please remove them if they are unused :) |
done |
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks :)
fixes #279
adds the ability to trash with
D
, trash command and confirmation message are configurable insetup()
which is documented as well.