mirror of https://github.com/xzeldon/htop.git
Use "-" as the Ctrl and Alt joiner.
This commit is contained in:
parent
a5ef374bb8
commit
adcc944e35
|
@ -48,7 +48,7 @@ Output version information and exit
|
||||||
The following commands are supported while in htop:
|
The following commands are supported while in htop:
|
||||||
.LP
|
.LP
|
||||||
.TP 5
|
.TP 5
|
||||||
.B Up, Alt+k
|
.B Up, Alt-k
|
||||||
Select (hightlight) the previous process in the process list. Scroll the list
|
Select (hightlight) the previous process in the process list. Scroll the list
|
||||||
if necessary.
|
if necessary.
|
||||||
.TP
|
.TP
|
||||||
|
@ -71,10 +71,10 @@ Scroll to the top of the process list and select the first process.
|
||||||
.B End
|
.B End
|
||||||
Scroll to the bottom of the process list and select the last process.
|
Scroll to the bottom of the process list and select the last process.
|
||||||
.TP
|
.TP
|
||||||
.B Ctrl+A, ^
|
.B Ctrl-A, ^
|
||||||
Scroll left to the beginning of the process entry (i.e. beginning of line).
|
Scroll left to the beginning of the process entry (i.e. beginning of line).
|
||||||
.TP
|
.TP
|
||||||
.B Ctrl+E, $
|
.B Ctrl-E, $
|
||||||
Scroll right to the end of the process entry (i.e. end of line).
|
Scroll right to the end of the process entry (i.e. end of line).
|
||||||
.TP
|
.TP
|
||||||
.B Space
|
.B Space
|
||||||
|
|
Loading…
Reference in New Issue