-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Document readline keybindings #31256
Conversation
Added readline keybindings table to document
This is a rework of closed pr nodejs#20825 fixes: nodejs#20814
cc: @shobhitchittora |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HarshithaKP thank you very much for working on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for following up so quickly! This almost looks good to me.
Thanks @HarshithaKP for picking this up. |
Ping @BridgeAR @antsmartian, I believe I addressed all the suggestions. Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just left some nits.
The comments have to be addressed before this can land.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with @BridgeAR's suggestions applied.
Landed in 027eaac 🎉 |
@codebytere Just fyi, this breaks |
Let's wait for #31006 to land this one on v12.x |
This documents all readline key bindings. It is a rework of nodejs#20825 PR-URL: nodejs#31256 Fixes: nodejs#20814 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This is a rework of closed pr #20825
fixes: #20814
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes