added: del entry, custom del cmd and del keyword#24
Open
mirsella wants to merge 2 commits intothameera:masterfrom
Open
added: del entry, custom del cmd and del keyword#24mirsella wants to merge 2 commits intothameera:masterfrom
mirsella wants to merge 2 commits intothameera:masterfrom
Conversation
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$`
|
check out my pull req you can just dd instead |
Author
|
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😅😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
readme is updated with a explanation of the changes
to delete a entry, replace the file name with 'del' without the quote.
if
$VIMV_RMis set, vimv will use its value as a rm command. ex :export VIMV_RM="rmtrash -rf". note the quote.use
$VIMV_DELto change the 'del' keyword. vimv will delete all entry regex-matching the value. ex :export $VIMV_DEL=^remove$tell me what you think. thanks