-
Notifications
You must be signed in to change notification settings - Fork 282
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
Reverse search is not working #549
Comments
ctlr+s is not doing anything. I am not even able to type the charcters |
This fork has been inactive for years. Have you tried in chrisant996/clink? Ctrl+R and Ctrl+S seem to work fine there. |
It says
Could you please tell me which clink cmder default it uses and how can I download the one that you referred and make cmder to use the newly download clink |
The chrisant996 fork isn't ready yet to replace the clink that's bundled with cmder. I'm working on it. Cmder uses clink v0.4.8, which has a different syntax for the argument and match completions lua scripts. The chrisant996 fork is working on finishing the v1.0.0 enhancements that Martin had shared in an unfinished state. The lua syntax changes are incompatible between the versions, and I'm working on fixing that so they can interoperate seamlessly. This is a side project for me and so I can't commit to any particular dates. It's coming, though... 😁 |
Ok Chris. Thanks for the reply. I thought Martin’s repo was the one used in
cmder because when i searched clink in google that was the first repo that
came in search results 🙂. So basically I downloaded cmder from their
website and tried to use the history back search option by pressing ctrl+r
and I start typing the keyword. Some times it wont take any of the letters
that i type or sometimes it takes only one letter or sometimes it takes 2
or 3 letters. It looks i need to type fast without any delay to get the
search results. Lets say if i wanted to search “image” in the history of
commands look like i need type image fast without any gap??? May be I don’t
know how to use back history search option. Could you please guide me.
…On Wed, Oct 21, 2020 at 12:29 AM Chris Antos ***@***.***> wrote:
The chrisant996 fork isn't ready yet to replace the clink that's bundled
with cmder. I'm working on it.
Cmder uses clink v0.4.8, which has a different syntax for the argument and
match completions lua scripts.
The chrisant996 fork is working on finishing the v1.0.0 enhancements that
Martin had shared in an unfinished state. The lua syntax changes are
incompatible between the versions, and I'm working on fixing that so they
can interoperate seamlessly.
This is a side project for me and so I can't commit to any particular
dates. It's coming, though... 😁
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#549 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQLELAADLE5JILKFTDAIKRDSLZWSHANCNFSM4SLI3PRQ>
.
|
I recommend reading the Clink documentation, and especially the Readline documentation that it references. I'm not having any trouble using Ctrl+R in cmder with the version of clink bundled with it. Searching the history ignores any keys that don't match. So if it's doing nothing when you press a key, that probably means there is no match. Also, the report only describes what doesn't happen; it doesn't mention what does happen. So it's hard to offer suggestions. |
When I type ctrl+r the
reverse-i-search
windows comes up but as soon as i type my first character it bring the command matching that charcter but I am not able to continue to type likeremove
and find the matching command.The text was updated successfully, but these errors were encountered: