-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Implement bind
builtin
#339
Comments
I labeled "good first issue" since I will take anything that passes a test :) Doesn't have to be complete. I think it's basically passing through arguments to GNU readline, which is |
* Add a simple, introductory version of the buildtin `bind` command that just passes configuration options to `readline`. * Fixes oils-for-unix#339. Signed-off-by: mr.Shu <[email protected]>
* Add a simple, introductory version of the buildtin `bind` command that just passes configuration options to `readline`. * Fixes oils-for-unix#339. Signed-off-by: mr.Shu <[email protected]>
Hm that might help, but for the foreseeable future the interactive shell is off my personal TODO list. So I hope that someone makes a big effort in this direction, including understanding the The last section of the last blog post links to a comment that gives color on this: http://www.oilshell.org/blog/2021/11/release-0.9.4.html#links |
btw. the bash init script for atuin fails due to missing bind -x '"\C-r": __atuin_history'
bind -x '"\e[A": __atuin_history --shell-up-key-binding'
bind -x '"\eOA": __atuin_history --shell-up-key-binding' |
From #322
I don't know how this works ... hopefully it isn't a big time sink ...
The text was updated successfully, but these errors were encountered: