diff options
Diffstat (limited to 'docs/tools/repl.md')
-rw-r--r-- | docs/tools/repl.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |