Merge branch 'pr-381'

* pr-381:
  Update Keys
This commit is contained in:
Rico Sta. Cruz 2018-03-15 17:45:32 +08:00
commit 2bf1d53f2c
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 16 additions and 11 deletions

View File

@ -9,21 +9,26 @@ weight: -1
### Keys ### Keys
| Shortcut | Description | | Shortcut | Description |
| --- | --- | | --- | --- |
| `Alt ←` _/_ `Alt →` | Move word | | `Alt ←` _/_ `Alt →` | Move word |
| `^U` | Delete to beginning | | `^U` | Delete to beginning |
| `^W` | Delete to previous `/` | | `^W` | Delete to previous `/` |
| `Alt D` | Delete next word | | `^D` | Delete next character |
| --- | --- | | `Alt D` | Delete next word |
| `Alt ↑` | Last arguments | | `^C` | Cancel line |
| `Alt P` | Page output |
| --- | --- |
| `Alt ↑` _/_ `Alt ↓` | Previous _/_ next arguments |
| `Alt E` _/_ `Alt V` | Open in external editor |
| `^L` | Repaint screen |
{: .-shortcuts} {: .-shortcuts}
### Help ### Help
| `Alt H` | Help on word (man) | | `Alt H` | Help on word (man) |
| `Alt W` | Help on word (short descriptions) | | `Alt W` | Help on word (short descriptions) |
| `Alt L` | List directory on cursor | | `Alt L` | List directory on cursor |
{: .-shortcuts} {: .-shortcuts}
## Function ## Function