summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-22 20:34:00 -0400
committerGitHub <noreply@github.com>2021-06-22 20:34:00 -0400
commit93b899e7458bda4b53a8f3edbb84f4591afaefae (patch)
tree4543f6b726d08e49814b06a7cbc2afa907217646 /docs
parent2b4eba8f3ca8bc0cfa6b159b5fee9953a2047fe3 (diff)
feature: add F9 as an alternative process kill key (#518)
Adds F9 as an alternative kill shortcut to dd.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage/widgets/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage/widgets/process.md b/docs/content/usage/widgets/process.md
index 43302ee0..c5f9c89b 100644
--- a/docs/content/usage/widgets/process.md
+++ b/docs/content/usage/widgets/process.md
@@ -168,7 +168,7 @@ Note that key bindings are generally case-sensitive.
| ++down++ , ++j++ | Move down within a widget |
| ++g+g++ , ++home++ | Jump to the first entry in the table |
| ++G++ , ++end++ | Jump to the last entry in the table |
-| ++d+d++ | Send a kill signal to the selected process |
+| ++d+d++ , ++f9++ | Send a kill signal to 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 |