-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Autocomplete for non-executables not working #508
Comments
Clink handles the auto-complete for the cmd task. I think you want to append the following to the
|
Thanks @Jackbennett! That worked for me. |
Hey I am having this same problem but there is no settings file in v1.3.18.1106, could someone please help me resolve it :) |
REMOVED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The standard cmd.exe allows me to autocomplete and launch any file just by typing its name.
Like for "foobar.txt" just by typing "foo" and hitting tab autocompletes the filename to "foobar.txt" and when I hit enter, it launches the file with default handler. Cmder doesn work like this. It seems to autocomplete only executables and dir names. Could this be changed?
The text was updated successfully, but these errors were encountered: