Replies: 5 comments
-
Shell aliases should work, but here zoxide probably registers a shell function under a different name. # yaml-language-server: $schema=https://carapace.sh/schemas/command.json
name: zi
parsing: disabled
completion:
positionalany: ["$carapace.bridge.CarapaceBin([zoxide])"] |
Beta Was this translation helpful? Give feedback.
-
Disabling the internal completer might also be an option if zoxide has support for your shell. |
Beta Was this translation helpful? Give feedback.
-
Thanks - I'm a bit confused though, I thought zoxide was supported by carapace? It doesn’t seem to work at all, even if I disable the alternative alias and have it work as standard. Am I supposed to be able to type `z ./` then tab and have paths be shown? I get all sorts of other things.
…On 31 Jan 2024 at 1:54 PM +0000, Ralf Steube ***@***.***>, wrote:
Disabling the internal completer might also be an option if zoxide has support for your shell.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hmmm...there was a request for it in the past and I added an initial version. |
Beta Was this translation helpful? Give feedback.
-
No wait. There is completion for the |
Beta Was this translation helpful? Give feedback.
-
hi there, in zoxide you can customize the command from
z
andzi
to whatever letter you like (eg.d
anddi
). if this is done, it's impossible to get completions using carapace. (edit: in fact i am finding it impossible to get completions using the default commands as well). how could this be resolved? thank you.Beta Was this translation helpful? Give feedback.
All reactions