We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551ca68 commit 680f3a5Copy full SHA for 680f3a5
doc/api/readline.md
@@ -1377,7 +1377,6 @@ const { createInterface } = require('readline');
1377
<td>Any keystroke that emits key code <code>0x1F</code> will do this action.
1378
In many terminals, for example <code>xterm</code>,
1379
this is bound to <kbd>Ctrl</kbd>+<kbd>-</kbd>.</td>
1380
- <td></td>
1381
</tr>
1382
<tr>
1383
<td><kbd>Ctrl</kbd>+<kbd>6</kbd></td>
@@ -1386,7 +1385,6 @@ const { createInterface } = require('readline');
1386
1385
We choose key code <code>0x1E</code> to perform redo.
1387
In <code>xterm</code>, it is bound to <kbd>Ctrl</kbd>+<kbd>6</kbd>
1388
by default.</td>
1389
1390
1391
1392
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
0 commit comments