mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
use 'w' for command wrapping as 'M' is already used
since 'M' is already used for sort-by-memory, as with: keys['M'] = actionSortByMemory; reorder help info about shortcut keys
This commit is contained in:
@ -119,8 +119,9 @@ update of system calls issued by the process.
|
||||
Display open files for a process: if lsof(1) is installed, pressing this key
|
||||
will display the list of file descriptors opened by the process.
|
||||
.TP
|
||||
.B M
|
||||
Display the command line of the highlighted process in multiple lines.
|
||||
.B w
|
||||
Display the command line of the selected process in a separate screen, wrapped
|
||||
onto multiple lines as needed.
|
||||
.TP
|
||||
.B F1, h, ?
|
||||
Go to the help screen
|
||||
|
Reference in New Issue
Block a user