mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix readline key binding documentation
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: https://github.com/nodejs/node/pull/33361 Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
This commit is contained in:
committed by
Anna Henningsen
parent
4c4c226359
commit
da7be6979e
@@ -750,7 +750,7 @@ const { createInterface } = require('readline');
|
||||
<tr>
|
||||
<td><code>ctrl</code> + <code>shift</code> + <code>delete</code></td>
|
||||
<td>Delete line right</td>
|
||||
<td>Doesn't work on Linux and Mac</td>
|
||||
<td>Doesn't work on Mac</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ctrl</code> + <code>c</code></td>
|
||||
@@ -824,7 +824,7 @@ const { createInterface } = require('readline');
|
||||
+ <code>backspace</code></td>
|
||||
<td>Delete backwards to a word boundary</td>
|
||||
<td><code>ctrl</code> + <code>backspace</code> Doesn't
|
||||
work as expected on Windows</td>
|
||||
work on Linux, Mac and Windows</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ctrl</code> + <code>delete</code></td>
|
||||
|
||||
Reference in New Issue
Block a user