-
Notifications
You must be signed in to change notification settings - Fork 89
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
reline doesn't implement kill-word #558
Comments
osyo-manga
added a commit
to osyo-manga/reline
that referenced
this issue
Jul 16, 2023
ima1zumi
pushed a commit
that referenced
this issue
Jul 27, 2023
Fix it #558 Co-authored-by: Stan Lo <stan001212@gmail.com>
matzbot
pushed a commit
to ruby/ruby
that referenced
this issue
Jul 27, 2023
support. (ruby/reline#570) Fix it ruby/reline#558 ruby/reline@0f8000443e Co-authored-by: Stan Lo <stan001212@gmail.com>
This issue has been fixed by #570 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
My .inputrc has 3 lines:
All 3 work in bash. All 3 are documented to work in rb-readline. But only the first 2 work in reline.
\C-w\C-d has no effect.
As far as I can tell, reline does not implement
kill-word
, which deletes the word following the cursor.For compatibility with rb-readline and the original version of readline, it should implement
kill-word
andbackward-kill-word
.Terminal Emulator
What's your terminal emulator? MacOS Terminal
The text was updated successfully, but these errors were encountered: