Skip to content

Commit

Permalink
doc: detailed description of keystrokes Ctrl-Y and Meta-Y
Browse files Browse the repository at this point in the history
PR-URL: #43529
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
rayw000 authored and targos committed Nov 26, 2023
1 parent 71c386a commit 12b83e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ const { createInterface } = require('node:readline');
</tr>
<tr>
<td><kbd>Meta</kbd>+<kbd>Y</kbd></td>
<td>Cycle among previously deleted lines</td>
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd></td>
<td>Cycle among previously deleted texts</td>
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd> or <kbd>Meta</kbd>+<kbd>Y</kbd></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>
Expand Down

0 comments on commit 12b83e8

Please sign in to comment.