Can there be auto-completion for the file picker? #12779
Unanswered
vishalpaudel
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can there be fuzzy auto-completion(using some key, C-n or maybe Tab) in the file-picker?
when there is only one auto completion?
like for example:
![image](https://private-user-images.githubusercontent.com/95016059/409873592-1173de96-f2f9-4238-802c-aed99245e04f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzg4NTgsIm5iZiI6MTczOTMzODU1OCwicGF0aCI6Ii85NTAxNjA1OS80MDk4NzM1OTItMTE3M2RlOTYtZjJmOS00MjM4LTgwMmMtYWVkOTkyNDVlMDRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1MzU1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUxOGEwZTQ1YzhkN2IyMjZhYjI5YjY4MDNkNDFkYjFmODcyNThiYjAyMmY5MGNhOTIyZDQ5OWJiMzZmMTExYWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CDpxJGiAk5TsJF1jRJUkKuiXLKW5W6XvcC8qpIzUXAo)
here all the Environment folders are the same one!
emacs: C-x C-f
or
helix/vim: ':o ...'
have ofcourse have non-fuzzy straightforward autocompletions suggestions. In helix file picker case maybe a tree kind of autocompletion menu? I am unsure. For my purposes I am using yazi from inside helix, this solves my use case of autocompletion+fuzzy-file-picker.
The docs don't mention any such feature: https://docs.helix-editor.com/master/pickers.html
It would be great if you all could post your ideas?
Beta Was this translation helpful? Give feedback.
All reactions