Skip to content

Commit e92007b

Browse files
Daniel LangeDaniel Lange
authored andcommitted
Document paning the process view in the man page (Shift OR Alt plus Up OR Down)
1 parent 2c50a93 commit e92007b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

htop.1.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,18 @@ Scroll left to the beginning of the process entry (i.e. beginning of line).
142142
.B Ctrl-E, $
143143
Scroll right to the end of the process entry (i.e. end of line).
144144
.TP
145+
.B Shift-Up, Alt-Up
146+
Pan the process list view up.
147+
The Shift-Up key combination is often grabbed by the terminal emulator
148+
for scrollback handling. You may need to change its keybindings if you
149+
want to free the key combination for htop.
150+
.TP
151+
.B Shift-Down, Alt-Down
152+
Pan the process list view down.
153+
The Shift-Down key combination is often grabbed by the terminal emulator
154+
for scrollback handling. You may need to change its keybindings if you
155+
want to free the key combination for htop.
156+
.TP
145157
.B Space
146158
Tag or untag a process. Commands that can operate on multiple processes,
147159
like "kill", will then apply over the list of tagged processes, instead
@@ -261,6 +273,8 @@ Sort by time (top compatibility key).
261273
to move in the list, make the selection bar follow it. This is useful for
262274
monitoring a process: this way, you can keep a process always visible on
263275
screen. When a movement key is used, "follow" loses effect.
276+
You can press Shift or Alt plus the Up and Down cursor keys to pan the view
277+
when following a process.
264278
.TP
265279
.B K
266280
Hide kernel threads: prevent the threads belonging the kernel to be

0 commit comments

Comments
 (0)