mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: Clarify description
This commit is contained in:
parent
c41b972081
commit
93cf53e5d7
2 changed files with 14 additions and 14 deletions
26
README.md
26
README.md
|
@ -213,19 +213,19 @@ Run using `btm`.
|
|||
|
||||
#### Process bindings
|
||||
|
||||
| | |
|
||||
| ------------- | ------------------------------------------------------------- |
|
||||
| `dd` | Kill the selected process |
|
||||
| `c` | Sort by CPU usage, press again to reverse sorting order |
|
||||
| `m` | Sort by memory usage, press again to reverse sorting order |
|
||||
| `p` | Sort by PID name, press again to reverse sorting order |
|
||||
| `n` | Sort by process name, press again to reverse sorting order |
|
||||
| `Tab` | Group/un-group processes with the same name |
|
||||
| `Ctrl-f`, `/` | Open process search widget |
|
||||
| `P` | Toggle between showing the full path or just the process name |
|
||||
| `s, F6` | Open process sort widget |
|
||||
| `I` | Invert current sort |
|
||||
| `%` | Toggle between values and percentages for memory usage |
|
||||
| | |
|
||||
| ------------- | ---------------------------------------------------------------- |
|
||||
| `dd` | Kill the selected process |
|
||||
| `c` | Sort by CPU usage, press again to reverse sorting order |
|
||||
| `m` | Sort by memory usage, press again to reverse sorting order |
|
||||
| `p` | Sort by PID name, press again to reverse sorting order |
|
||||
| `n` | Sort by process name, press again to reverse sorting order |
|
||||
| `Tab` | Group/un-group processes with the same name |
|
||||
| `Ctrl-f`, `/` | Open process search widget |
|
||||
| `P` | Toggle between showing the full command or just the process name |
|
||||
| `s, F6` | Open process sort widget |
|
||||
| `I` | Invert current sort |
|
||||
| `%` | Toggle between values and percentages for memory usage |
|
||||
|
||||
#### Process search bindings
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ pub const PROCESS_HELP_TEXT: [&str; 12] = [
|
|||
"n Sort by process name, press again to reverse sorting order\n",
|
||||
"Tab Group/un-group processes with the same name\n",
|
||||
"Ctrl-f, / Open process search widget\n",
|
||||
"P Toggle between showing the full path or just the process name\n",
|
||||
"P Toggle between showing the full command or just the process name\n",
|
||||
"s, F6 Open process sort widget\n",
|
||||
"I Invert current sort\n",
|
||||
"% Toggle between values and percentages for memory usage",
|
||||
|
|
Loading…
Reference in a new issue