-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feedback #72
Comments
Thanks for opening the issue, @ahmedelgabri:
I suspect that it could probably be made to work on non-Git repos when
Yep, makes sense.
Yeah, that's true. Before the Lua move it was |
I think you might be able to do this in reverse ( rg --hidden --follow --files --type md |
One more point, it seems that there is no way to change to a different directory once you are inside one of the directories in |
Yeah, it is kind of intentionally overloaded in that way.
So in a sense, it is pretty easy to go from "1" to "2", but not the reverse. As a temporary measure, if you want to hack in a mapping to switch you could use something like this:
ie. switch back to your home directory (which is presumably not a Corpus directory) and then invoke |
See twitter thread for context
First, I understand that this is currently a WIP & might not even be released. Because it was created for personal use. But I was looking exactly for something like that so I thought I'd give it a try. So here are my initial thoughts:
%Y-%m-%d-%H-%M-%S-<name>.md
CorpusDirectories = {…}
instead of doing something likevim.g.CorpusDirectories = {…}
for exampleThe text was updated successfully, but these errors were encountered: