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

Zsh tab completion shows full completion instead of just current directory level #26

Open
astralarya opened this issue Feb 20, 2013 · 0 comments

Comments

@astralarya
Copy link
Owner

Zsh tab completion shows the full completion for a bookmark/subdirectory instead of just the current subdirectory level.

mara@andromeda ~ % to android/add-ons/
android/add-ons/         android/platforms/       android/sd-card/         android/temp/                                   
android/docs/            android/platform-tools/  android/sources/         android/tools/                                  
android/extras/          android/samples/         android/system-images/ 

The desired behaviour would be similar to the cd command:

mara@andromeda ~/bin % cd android-sdk-linux/add-ons/
Completing local directory
add-ons/         extras/          platform-tools/  sd-card/         system-images/   tools/                                         
docs/            platforms/       samples/         sources/         temp/ 

Note how only the current directory level is displayed in suggested completions.

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

No branches or pull requests

1 participant