-
Notifications
You must be signed in to change notification settings - Fork 132
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
repl ignores inputrc #720
Comments
@nathanielvirgo |
I was a bit confused about that.
but |
Right, sorry for that. This should work properly: |
@nathanielvirgo have you succeeded at testing if this behaviour is due to I dug into this, and it looks like since |
Encountered a similar problem and I found that
In both cases I installed psci-support.
|
I have the following lines in my
~/.inputrc
:For most apps that use the readline library, this means that I can search my history by typing the first few characters of a previous command and pressing the up arrow. However,
spago repl
seems to ignore this, and just goes to the previous history entry, regardless of what I type.This feature would be particularly useful for purescript, since there seems to be no way to reload a package without also losing all the bindings that that were entered previously. It would be a lot easier to re-enter commands if I was able to search the history for them.
(By the way, I don't yet understand the purescript ecosystem well enough to know if this is an issue with spago or some other package - if I should file this issue somewhere else please let me know.)
The text was updated successfully, but these errors were encountered: