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

6
top.md
View File

@ -5,6 +5,10 @@ layout: 2017/sheet
intro: See the processes in your Unix machine. intro: See the processes in your Unix machine.
--- ---
### Shortcuts
| Shortcut | Description |
| --------- | --------------------- |
| `h` | shows help | | `h` | shows help |
| `q` | quits the program | | `q` | quits the program |
| `m` | switches memory view | | `m` | switches memory view |
@ -15,4 +19,4 @@ intro: See the processes in your Unix machine.
| `Shift+l` | searches for string | | `Shift+l` | searches for string |
| `o` | adds a filter | | `o` | adds a filter |
| `=` | clears filters | | `=` | clears filters |
{: .-shortcuts}