Update Keys
Add shortcut keys for next character deletion, line cancellation, output paging, external editing, and screen repainting. Add shortcut key for next and change last to previous arguments.
This commit is contained in:
parent
8421454f19
commit
d3d95db9ab
|
@ -14,9 +14,14 @@ weight: -1
|
||||||
| `Alt ←` _/_ `Alt →` | Move word |
|
| `Alt ←` _/_ `Alt →` | Move word |
|
||||||
| `^U` | Delete to beginning |
|
| `^U` | Delete to beginning |
|
||||||
| `^W` | Delete to previous `/` |
|
| `^W` | Delete to previous `/` |
|
||||||
|
| `^D` | Delete next character |
|
||||||
| `Alt D` | Delete next word |
|
| `Alt D` | Delete next word |
|
||||||
|
| `^C` | Cancel line |
|
||||||
|
| `Alt P` | Page output |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `Alt ↑` | Last arguments |
|
| `Alt ↑` _/_ `Alt ↓` | Previous _/_ next arguments |
|
||||||
|
| `Alt E` _/_ `Alt V` | Open in external editor |
|
||||||
|
| `^L` | Repaint screen |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Help
|
### Help
|
||||||
|
|
Loading…
Reference in New Issue