Replies: 1 comment 3 replies
|
Thank you for the suggestions. 1. Case-insensitive predictionMaking prediction case-insensitive is no problem. 2. Customizing the key for accepting the predictionAt the moment, prediction confirmation is part of the behavior assigned to If we want to make this behavior customizable, we may need to split the function into:
If exposed to Lua, it could be invoked as: this:call("ACCEPT_PREDICT") |
3 replies
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.
Hi,
Can the
predictstring in the command line be set to be case-insensitive?For example: after executing
cd Image, when enteringcd iagain, the predictedimagedoes not appear; only when enteringcd IdoesImageappear.Could a setting option like
nyagos.option.prediction_case_sensitive=falsebe added?When the
predicttext appears, copying the predicted string after the cursor is currently done by pressing RIGHT.Can this be customized?
I couldn’t find the corresponding
FUNCNAMEinsidethis:call().All reactions