Skip to content

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

Open
mirsella wants to merge 2 commits intothameera:masterfrom
mirsella:features
Open

added: del entry, custom del cmd and del keyword#24
mirsella wants to merge 2 commits intothameera:masterfrom
mirsella:features

Conversation

@mirsella
Copy link
Copy Markdown

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

mirsella added 2 commits July 28, 2020 12:37
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
Copy Markdown

check out my pull req you can just dd instead

@mirsella
Copy link
Copy Markdown
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
Copy Markdown

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.

2 participants