-
-
Notifications
You must be signed in to change notification settings - Fork 246
The availability of remapping Esc-R (reverse-i-search) to Ctrl-R #499
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
Comments
Looks like it's not configurable yet: elif e in ("<Esc+r>",):
self.incremental_search(reverse=True)
elif e in ("<Esc+s>",):
self.incremental_search() This should be fixed. I think it's not there because I was putting it off to see if we could agree to fix it for everyone - ie make the new defaults match readline - but I think that's unlikely at this point. |
https://github.com/bpython/bpython/compare/tmp may fix things |
is this in production yet? |
I see it in master, but not in the 0.14 branch, which gets deployed with pip. |
@karolyi Yep, this won't be released as a bugfix, so we'll have to wait for the next release or use master. |
@thomasballinger thx. when do you anticipate it? |
Hey guys,
I'm looking for the option to specify reverse-i-search to work with ctrl-r instead of esc-r, as my yosemite terminal sucks locally, and esc-r does not work. Also, I'm a libreadline junkie, and I'd like that reverse-i-search option to appear on ctrl-r.
Could you please provide a keyboard config option for this?
The text was updated successfully, but these errors were encountered: