Update top.md
This commit is contained in:
parent
e7b9a592b9
commit
afda4c70dc
24
top.md
24
top.md
|
@ -5,14 +5,18 @@ layout: 2017/sheet
|
|||
intro: See the processes in your Unix machine.
|
||||
---
|
||||
|
||||
| `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
|
||||
|
||||
| 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}
|
||||
|
|
Loading…
Reference in New Issue