-
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
Autocompletion for .ssh/config in bash #2869
Comments
Cmder comes with a small collection of completion scripts for the cmd shell. The scop/bash-completion repo contains a large collection of completion scripts for bash. Directions for installing it are here. |
@anutator I am sorry I thought I responded to this yesterday but I guess I never hit the While the instructions @chrisant996 pointed at may work for Cmder, I would recommend another approach for install in Cmder if you want to:
or adapt those instructions using the info here. I just do not recommend putting the files inside the |
@anutator to specifically answer your question this is what I did:
|
Version Information
Cmder Edition
Cmder Full (with Git)
Description of the issue
I have many connections configured in .ssh/config
When I use cmd::Cmder type of terminal autocompletions works, I print ssh, press Tab and see all names of connections. But if I use bash::bash type of terminal, Tab shows folders in current folder:
My environment settings:
How to reproduce
Add any connections to .ssh/config in home directory.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: