Replies: 1 comment 1 reply
-
|
This is not Corfu related. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been experimenting with getting Fish-like auto-suggestions via
cape-historyandcompletion-preview-mode.Official Fish example:

I am using the following snippet in modes to prepend the history so it is the first suggestion to show up:
Example in eshell with

cape-history:The problem is that this seems to kill the
pcomplete-completions-at-point, I guess this is because the prefix is not the same and hence the completions don't show up. Do you think there is a way to make the history show up as a suggestion, but you will still get the normal completions?I think this would be pretty cool to achieve. I have gotten this to work quite satisfactory with some comint based REPLs.
Thank you for your support and assistance.
Beta Was this translation helpful? Give feedback.
All reactions