File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -581,19 +581,19 @@ rl.on('line', (line) => {
581
581
</tr >
582
582
<tr >
583
583
<td><code>ctrl</code> + <code>l</code></td>
584
- <td>Clear screen </td>
584
+ <td>Clear screen</td>
585
585
</tr >
586
586
<tr >
587
587
<td><code>ctrl</code> + <code>n</code></td>
588
588
<td>Next history item</td>
589
589
</tr >
590
590
<tr >
591
591
<td><code>ctrl</code> + <code>p</code></td>
592
- <td>Previous history item </td>
592
+ <td>Previous history item</td>
593
593
</tr >
594
594
<tr >
595
595
<td><code>ctrl</code> + <code>z</code></td>
596
- <td>(need clarification) </td>
596
+ <td>Moves running process into background. Type <code>fg</code> and press <code>enter</code> to return. </td>
597
597
</tr >
598
598
<tr >
599
599
<td><code>ctrl</code> + <code>w</code> or <code>ctrl</code> + <code>backspace</code></td>
You can’t perform that action at this time.
0 commit comments