-
Notifications
You must be signed in to change notification settings - Fork 55
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
Allow retaining input string after selection with citar-select-refs
#714
Comments
I have wanted this on occasion but not enough to implement it! I think if we want to do it, we have to do what |
If it's not too complicated, it does seem like it'd be a nice usability enhancement. |
It shouldn't be too complicated and I might take a stab at this soonish. But this has got me thinking if vertico can provide a simple multiple selection command based on |
Not sure how that would differ from the earlier CRM prototype (which last I checked is still in that report on the |
Close #714 Co-authored-by: Rahguzar <[email protected]>
Not sure, but this new 29 stuff may have some relevance? |
This commit make The step I do: M-x citar-open-files, move to one candidate with arrow key instead of input any char to filter candidate, then enter to open file. The echo area display I downgrade to commit a9fae9c , it works well. |
Thanks @Jousimies! @aikrahguzar - do you have time to take a look? |
Not any time soon I am afraid. I don't understand very well how |
It just presents a list of paths for llbrary files associated with the key(s).
@Jousimies - can you do this? I haven't yet been able to reproduce it. |
FYI, @Jousimies, I reverted this for now. |
I'm reopening this, because I reverted it without every figuring out a fix for the initial commit. I'm not exactly sure how to re-implement this, since neither of us were able to reproduce the bug reported by @Jousimies. I do consider this to be one obvious missing UX feature that I really want to add back though. |
My dim memory of what happened was that the code used a feature of |
From mastodon.
I think we'd want to allow a modifier key on
TAB
that would preserve the input, though I'm unsure how to do that ATM. Any ideas @aikrahguzar?The text was updated successfully, but these errors were encountered: