diff --git a/docs/cheat_sheet/options/index.md b/docs/cheat_sheet/options/index.md
index 754e9f92..04bdd2b3 100644
--- a/docs/cheat_sheet/options/index.md
+++ b/docs/cheat_sheet/options/index.md
@@ -48,13 +48,6 @@ Font size of GUI
**type**: str, **default**: asdghklqwertyuiopzxcvbnmfj
Specify the characters of hint used for EasyClick and GridMove. It accpets as input a set of non-duplicate characters and assigns them to the hints in order from the first to the last.
-
-
-### **`showcmd`**
-**type**: bool, **default**: true
-Show partial command in the virtual command line.
-This feature causes some overhead.
-
## Command Line
@@ -67,6 +60,10 @@ Show virtual command line
### **`showcmd`**
**type**: bool, **default**: true
Show the partial command in the virtual command line.
+This feature causes some overhead.
+If the count of repeats for a command is specified, the command is displayed following the count of repeats.
+If you do not enter a repeat count for a command, then the repeat count is denoted as 1.
+Unlike Vim, the repeat count is always explicitly displayed to reduce mistakes in the repeat count.