summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-12-18 07:32:26 +0100
committerBenny Baumann <BenBE@geshi.org>2020-12-18 07:37:23 +0100
commit0401df8cbd3193a43e616e36244e0811376afbfd (patch)
treedcb26eea093bfe86a01b2ef84e23b539ce08c9ac
parent0cb257586abb35cd69be794e7b56244d8704ff57 (diff)
Update key mapping documentation for sorting
-rw-r--r--Action.c2
-rw-r--r--htop.1.in6
2 files changed, 3 insertions, 5 deletions
diff --git a/Action.c b/Action.c
index eccd985c..7949b8a3 100644
--- a/Action.c
+++ b/Action.c
@@ -462,7 +462,7 @@ static const struct {
{ .key = " H: ", .info = "hide/show user process threads" },
{ .key = " K: ", .info = "hide/show kernel threads" },
{ .key = " F: ", .info = "cursor follows process" },
- { .key = " F6 + -: ", .info = "expand/collapse tree" },
+ { .key = " + -: ", .info = "expand/collapse tree" },
{ .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" },
{ .key = " I: ", .info = "invert sort order" },
{ .key = " F6 > .: ", .info = "select sort column" },
diff --git a/htop.1.in b/htop.1.in
index 7fdcd7f8..82ae4c98 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -151,11 +151,9 @@ between them as a tree. Toggling the key will switch between tree and
your previously selected sort view. Selecting a sort view will exit
tree view.
.TP
-.B F6
-On sorted view, select a field for sorting, also accessible through < and >.
+.B F6, <, >
+Selects a field for sorting, also accessible through < and >.
The current sort field is indicated by a highlight in the header.
-On tree view, expand or collapse the current subtree. A "+" indicator in the
-tree node indicates that it is collapsed.
.TP
.B F7, ]
Increase the selected process's priority (subtract from 'nice' value).

© 2014-2024 Faster IT GmbH | imprint | privacy policy