diff --git a/top.md b/top.md index 46e150c7f..7259e58ae 100644 --- a/top.md +++ b/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}