Replies: 1 comment
-
|
See https://github.com/minad/vertico?tab=readme-ov-file#key-bindings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First off, thanks for maintaining Vertico - it’s a fantastic piece of work!
I'm encountering an issue where typing the name of a new file in
find-fileresults in Vertico selecting an existing fuzzy match instead of respecting the typed input.Steps to Reproduce:
foo_bar.pyexists in the current directory.emacs -Qand evaluate the following minimal configuration:C-x C-f, typefoo.py, and pressRET.Expected behavior:
A new file named
foo.pyshould be created.Actual behavior:
Vertico opens
foo_bar.pyinstead.Additional context:
completion-auto-selectand overridden file completion styles tobasic+partial-completion, as recommended.C-j.Let me know if I can help debug further - I’d be happy to test potential fixes or patches!
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions