We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc68f9 commit 28cd39eCopy full SHA for 28cd39e
doc/api/readline.md
@@ -1357,7 +1357,6 @@ const { createInterface } = require('readline');
1357
<td>Any keystroke that emits key code <code>0x1F</code> will do this action.
1358
In many terminals, for example <code>xterm</code>,
1359
this is bound to <kbd>Ctrl</kbd>+<kbd>-</kbd>.</td>
1360
- <td></td>
1361
</tr>
1362
<tr>
1363
<td><kbd>Ctrl</kbd>+<kbd>6</kbd></td>
@@ -1366,7 +1365,6 @@ const { createInterface } = require('readline');
1366
1365
We choose key code <code>0x1E</code> to perform redo.
1367
In <code>xterm</code>, it is bound to <kbd>Ctrl</kbd>+<kbd>6</kbd>
1368
by default.</td>
1369
1370
1371
1372
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
0 commit comments