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
Every path autocomplete adds space at the end of path. For example our file is located at /folder/blabla/dict.txt
/folder/blabla/dict.txt
$ dict load /folder/bla<tab>
Will complete path to
dict load /folder/blabla/(space) _
and move cursor after the space, so to type next we should press <backspace> and type next name in path every time after using autocomplete.
<backspace>
The text was updated successfully, but these errors were encountered:
Weird. I don't see this on a Debian linux installation. What OS are you running?
Sorry, something went wrong.
Latest MacOS 10.14 (Mojave). As I remember that was on all macOS versions. I can gave you VNC to macOS machine if this can help.
No branches or pull requests
Every path autocomplete adds space at the end of path.
For example our file is located at
/folder/blabla/dict.txt
Will complete path to
and move cursor after the space, so to type next we should press
<backspace>
and type next name in path every time after using autocomplete.The text was updated successfully, but these errors were encountered: