Skip to content
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

feat: support path completion of named directories (as in zsh) #4899

Open
1 task done
beorn opened this issue May 9, 2024 · 1 comment
Open
1 task done

feat: support path completion of named directories (as in zsh) #4899

beorn opened this issue May 9, 2024 · 1 comment
Labels
Feature requests Feature Requests

Comments

@beorn
Copy link

beorn commented May 9, 2024

Dupe Check

Describe the solution you'd like?

In zsh you can do this to create shortcuts to directories:

# in .zshrc
projects=~/Documents/Projects
notes=~/Documents/Personal/Notes

and then reference them, e.g., ~notes/bla.md, on the command line. This works when you do actual commands, e.g., cd ~notes, but completion doesn't work. I would expect to be able to do:

cd ~projects/<TAB>

and have the auto-complete kick in.

Is your feature request related to a problem? Please describe.

Yes, I hit but I'm not getting the path completion.

Additional context

See zsh manual

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

@beorn beorn added the Feature requests Feature Requests label May 9, 2024
@dannyneira
Copy link
Member

Thanks for this feature request @beorn. There isn't a workaround at this time other than to run zsh and fallback to shell completions (although blocks and other warp features will temporarily be disabled).

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants