From 39c86df4e587bf45e446bd944bff4a91b8a63be3 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 12 Dec 2020 01:52:10 +0800 Subject: 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. --- docs/tools/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tools/repl.md') diff --git a/docs/tools/repl.md b/docs/tools/repl.md index a0143b80c..ac512ec93 100644 --- a/docs/tools/repl.md +++ b/docs/tools/repl.md @@ -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 | -- cgit v1.2.3