Skip to content
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

Closed
danfranklinusa opened this issue Jun 22, 2023 · 1 comment
Closed

reline doesn't implement kill-word #558

danfranklinusa opened this issue Jun 22, 2023 · 1 comment

Comments

@danfranklinusa
Copy link

danfranklinusa commented Jun 22, 2023

Description

My .inputrc has 3 lines:

"\C-w\C-f":forward-word
"\C-w\C-b":backward-word
"\C-w\C-d":kill-word

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 and backward-kill-word.

Terminal Emulator

What's your terminal emulator? MacOS Terminal

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
@ima1zumi
Copy link
Member

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
Labels
None yet
Development

No branches or pull requests

2 participants