We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zsh tab completion shows the full completion for a bookmark/subdirectory instead of just the current subdirectory level.
The desired behaviour would be similar to the cd command:
Note how only the current directory level is displayed in suggested completions.
The text was updated successfully, but these errors were encountered: