From 1d32da75fcaeb190f69f67db67b702256b7a6f85 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 31 Oct 2021 15:23:52 -0700 Subject: [PATCH] Move what kind further forward to flow better --- source/3/3.1/3.1.2/htop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.2/htop.rst b/source/3/3.1/3.1.2/htop.rst index 017e0ae7..bf9f2485 100644 --- a/source/3/3.1/3.1.2/htop.rst +++ b/source/3/3.1/3.1.2/htop.rst @@ -21,7 +21,7 @@ You can press :kbd:`F1` or :kbd:`?` to bring up a help dialog on htop. Pressing To change how your process are sorted press :kbd:`F6` which will bring up your own menu to sort by by :guilabel:`PID`, :guilabel:`USER`, :guilabel:`Priority`, :guilabel:`NICE`, :guilabel:`M_Size`, :guilabel:`M_Resident`, :guilabel:`M_Share`, :guilabel:`State`, :guilabel:`Percent_CPU`, :guilabel:`Percent_Mem`, :guilabel:`Time`, or :guilabel:`Command`. To select a menu item press :kbd:`Enter`. -:kbd:`F2` brings about a customizable settings on htop. The :guilabel:`Meters` options brings up meters like CPU average. To move a meter press :kbd:`Enter` and press the arrow keys to move in the direction of the meter you want to select. To see what kind of meter you have it will be shown in brackets. +:kbd:`F2` brings about a customizable settings on htop. The :guilabel:`Meters` options brings up meters like CPU average. To see what kind of meter you have it will be shown in brackets. To move a meter press :kbd:`Enter` and press the arrow keys to move in the direction of the meter you want to select. The :guilabel:`Display Options` has option for different ways to display in htop. To toggle an option on press :kbd:`Spacebar`. The :guilabel:`Colors` tab brings up different color schemes for htop. To select a different color scheme press the :kbd:`Up arrow` or :kbd:`Down arrow` keys. To select a new color scheme press the :kbd:`Spacebar` key. To move the meter press :kbd:`Enter` and then press the arrow keys to move where it goes.