mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
docs(tools/repl): remove rogue reference to issue (#8720)
The keybindings are from upstream rustyline, I was a bit too blind copying action descriptions and a reference to a issue stuck in to the description of the ctrl-v binding. This commit removes the offending reference.
This commit is contained in:
parent
65e72b68ac
commit
39c86df4e5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ up program state in the global context.
|
|||
| Ctrl-R | Reverse Search history (Ctrl-S forward, Ctrl-G cancel) |
|
||||
| Ctrl-T | Transpose previous character with current character |
|
||||
| Ctrl-U | Delete from start of line to cursor |
|
||||
| Ctrl-V | Insert any special character without performing its associated action (#65) |
|
||||
| Ctrl-V | Insert any special character without performing its associated action |
|
||||
| Ctrl-W | Delete word leading up to cursor (using white space as a word boundary) |
|
||||
| Ctrl-X Ctrl-U | Undo |
|
||||
| Ctrl-Y | Paste from Yank buffer |
|
||||
|
|
Loading…
Reference in a new issue