summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-09-25 20:28:41 -0400
committerGitHub <noreply@github.com>2021-09-25 20:28:41 -0400
commit7e71832d100fbb754795c50245ddb5f69b8b7435 (patch)
tree679d07884b25ae34668c12d55d28a40af93c45c3 /docs
parentcaa4f382320e8df865e455cb7ce817167a4ee3a4 (diff)
bug: remove incorrect shortcut from docs/help (#589)
Removes an incorrect shortcut. No idea when that got there.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage/widgets/process.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/usage/widgets/process.md b/docs/content/usage/widgets/process.md
index c5f9c89b..ee21188f 100644
--- a/docs/content/usage/widgets/process.md
+++ b/docs/content/usage/widgets/process.md
@@ -198,7 +198,6 @@ Note that key bindings are generally case-sensitive.
| ------------------------------------- | -------------------------------------------- |
| ++left++ <br/> ++h++ <br/> ++alt+h++ | Moves the cursor left |
| ++right++ <br/> ++l++ <br/> ++alt+l++ | Moves the cursor right |
-| ++tab++ | Toggle between searching by PID or name |
| ++esc++ | Close the search widget (retains the filter) |
| ++ctrl+a++ | Skip to the start of the search query |
| ++ctrl+e++ | Skip to the end of the search query |