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

Enable previous tab completion behaviour (wait on clarification instead of cycling through choices) #449

Closed
RexBarker opened this issue Apr 3, 2023 · 1 comment
Labels
question Question about something

Comments

@RexBarker
Copy link

In the previous verion of clink (0.4.9), the tab completion stopped at last common character in directory until next clarification. Now it seems to cycle through the commands like the default windows cmd shell. Honestly, I preferred the older method where it waits for clarification. I believe this was more bash-like. Is there way to enable this older behaviour? Example below:

C:\user\me\dir
Tom
Tom_and_Jerry
Tom_and_Jerry_and_Rufus

Typing 'T -> Tab" would give the prompt Tom. Completion would be by typing the next variant _, and then Tab completes to next part with Tom_and_Jerry

(I understand this may have been an unintended feature by looking at the current documentation)

@chrisant996
Copy link
Owner

chrisant996 commented Apr 3, 2023

Please see the Getting Started section of the documentation. This is covered there.

You installed using the setup exe, and the Enhanced Defaults box was checked.

You can change a setting back to bash default key bindings. See docs for details.

@chrisant996 chrisant996 added the question Question about something label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about something
Projects
None yet
Development

No branches or pull requests

2 participants