-
Notifications
You must be signed in to change notification settings - Fork 283
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
Clink ignores the standard readline init file (~/.inputrc) #258
Comments
This is a little tricky as Clink's use of Readline is not necessarily compatible with other software that also uses Readline (escape sequences for special keys for example). Hence the "clink_" prefix. Not that the current way it currently works is particularly ideal. |
Actually, IMO, it's not particularly ideal; using the default ".inputrc" file would be better and more compatible with other platforms. As far as incompatibilities, the inputrc For example, set
Then a single inputrc file can be constructed which can be used for all shells. |
👍 |
The fix for mridgers/clink#258 accidentally broke that, and also broke the `clink-reload` command and made it reload only the last one of all the inputrc files that had been loaded.
Clink can only be configured by either editing
clink_inputrc_base
in the clink installation dir, orclink_inputrc
in the clink profile dir. It would be nice if clink could use the same readline configuration that other programs use.The text was updated successfully, but these errors were encountered: