Replies: 1 comment 2 replies
-
If you use bash or zsh, try fuzzy completion. i.e. https://github.com/junegunn/fzf?tab=readme-ov-file#fuzzy-completion-for-bash-and-zsh |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often find I'm typing out the beginning of the path in the command line then want to launch fzf to finish the rest of it with the intuition that fzf inserts the current "word" (path) in prompt. But fzf just does what it's told and Ctrl-T lets you select a filename to insert at cursor. How to make fzf's Ctrl-T smarter by launching it with the word on cursor prefilled?
Also curious alternatives or if anyone has some QoL behaviors similar to this.
Beta Was this translation helpful? Give feedback.
All reactions