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

added: del entry, custom del cmd and del keyword #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mirsella
Copy link

readme is updated with a explanation of the changes

to delete a entry, replace the file name with 'del' without the quote.
if $VIMV_RM is set, vimv will use its value as a rm command. ex : export VIMV_RM="rmtrash -rf". note the quote.
use $VIMV_DEL to change the 'del' keyword. vimv will delete all entry regex-matching the value. ex : export $VIMV_DEL=^remove$

tell me what you think. thanks

readme is updated with a explanation of the changes.
to delete a entry, replace the file name with 'del' without the quote.
if `$vimv_rm` is set, vimv will use its value as a rm command. ex : `export vimv_rm="rmtrash -rf"`. note the quote.
use `$vimv_del` to change the 'del' keyword. vimv will delete all entry regex-matching the value of `$vimv_del` ex : `export vimv_del=^remove$`
@itzjustalan
Copy link

check out my pull req you can just dd instead

@mirsella
Copy link
Author

mirsella commented Mar 2, 2021

i tried it and it's cool i didn't thought of putting number before to identify them. can be a little problematic with regex substitute with number however

@itzjustalan
Copy link

i tried it and it's cool i didn't thought of putting number before to identify them. can be a little problematic with regex substitute with number however

Yes I was hoping that I'd figure out some way to hide the number from the ui but ran out of time😅😅
Didnt want do anything vim specific either but if there is one that'd be great for now I guess

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.

None yet

2 participants