-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: add doc for tty writes ( readline.js / REPL ) #20814
Comments
2 tasks
shobhitchittora
changed the title
doc: add doc for tty writes ( readline.js )
doc: add doc for tty writes ( readline.js / REPL )
May 18, 2018
@BridgeAR can you suggest the correct place to add these bindings. Are these to be added to REPL doc or readline doc. Also for now I just took the Thanks. 😇 |
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 18, 2018
4 tasks
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 21, 2018
1. Adds ref in repl doc 2. Removes ref from tty doc Closes: nodejs#20814
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 24, 2018
1. typo fix 2. adding new lines Closes: nodejs#20814
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 24, 2018
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 24, 2018
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 26, 2018
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 27, 2018
I would like to work on this. |
HarshithaKP
added a commit
to HarshithaKP/node
that referenced
this issue
Jan 8, 2020
This is a rework of closed pr nodejs#20825 fixes: nodejs#20814
MylesBorins
pushed a commit
that referenced
this issue
Jan 16, 2020
This documents all readline key bindings. It is a rework of #20825 PR-URL: #31256 Fixes: #20814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
codebytere
pushed a commit
that referenced
this issue
Mar 14, 2020
This documents all readline key bindings. It is a rework of #20825 PR-URL: #31256 Fixes: #20814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
targos
pushed a commit
to targos/node
that referenced
this issue
Apr 25, 2020
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 <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
targos
pushed a commit
that referenced
this issue
Apr 28, 2020
This documents all readline key bindings. It is a rework of #20825 PR-URL: #31256 Fixes: #20814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The readline interface is missing the keybindings docs for possible input to tty. Attaching a list of possible bindings to be added to the doc.
ctrl+shift+backspace
ctrl+shift+delete
ctrl+c
ctrl+h
ctrl+d
ctrl+u
ctrl+k
ctrl+a
ctrl+e
ctrl+b
ctrl+f
ctrl+l
ctrl+n
ctrl+p
ctrl+z
ctrl+w
orctrl+backspace
ctrl+delete
ctrl+left
ctrl+right
meta+b
meta+f
meta+d
ormeta+delete
meta+backspace
The text was updated successfully, but these errors were encountered: