Update top.md

This commit is contained in:
Rico Sta. Cruz 2020-01-01 10:08:59 +11:00 committed by GitHub
parent e7b9a592b9
commit afda4c70dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 10 deletions

24
top.md
View File

@ -5,14 +5,18 @@ layout: 2017/sheet
intro: See the processes in your Unix machine. intro: See the processes in your Unix machine.
--- ---
| `h` | shows help | ### Shortcuts
| `q` | quits the program |
| `m` | switches memory view |
| `k` | kills process |
| `Shift+p` | sorts by CPU usage |
| `Shift+m` | sorts by memory usage |
| `Shift+r` | reverses sorting |
| `Shift+l` | searches for string |
| `o` | adds a filter |
| `=` | clears filters |
| Shortcut | Description |
| --------- | --------------------- |
| `h` | shows help |
| `q` | quits the program |
| `m` | switches memory view |
| `k` | kills process |
| `Shift+p` | sorts by CPU usage |
| `Shift+m` | sorts by memory usage |
| `Shift+r` | reverses sorting |
| `Shift+l` | searches for string |
| `o` | adds a filter |
| `=` | clears filters |
{: .-shortcuts}