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

Autocomplete for non-executables not working #508

Closed
jarihu opened this issue May 27, 2015 · 4 comments
Closed

Autocomplete for non-executables not working #508

jarihu opened this issue May 27, 2015 · 4 comments

Comments

@jarihu
Copy link

jarihu commented May 27, 2015

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?

@Jackbennett
Copy link
Contributor

Clink handles the auto-complete for the cmd task. I think you want to append the following to the %CMDER_ROOT%\config\settings file.

# Autocomplete all files and by current folder as well as PATH
exec_match_style = -1

@aninda
Copy link

aninda commented Apr 4, 2019

Thanks @Jackbennett! That worked for me.

@AlanTrudor
Copy link

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 :)

@bumbaras
Copy link

bumbaras commented Apr 11, 2022

REMOVED

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

No branches or pull requests

5 participants