Skip to content
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

delete the file with 'del' and use rmtrash if $VIMV_USE_RMTRASH is non empty #19

Closed
wants to merge 3 commits into from

Conversation

mirsella
Copy link

you can now use 'del' without the quote in the vim buffer to delete the file/dir corresponding.
if the variable $VIMV_USE_RMTRASH is set and non empty, vimv will use rmtrash to delete file/dir.

i don't have a lot of experience in shell scripting, tell me if you see a better solution.
thanks

mirsella added 2 commits May 27, 2020 13:03
file/dir corresponding.
if the variable `$VIMV_USE_RMTRASH` is set and non empty, vimv will use
  rmtrash to delete file.
@mirsella
Copy link
Author

it close #17

vimv Outdated Show resolved Hide resolved
@mirsella
Copy link
Author

it's good now ?

@mirsella mirsella closed this Jul 27, 2020
@mirsella
Copy link
Author

i'll do a new pull request with only the 'del' option since i thought the rmtrash option was too much bloat and a specific use.:x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants