From 613c13ee99e1527d930bca849f1ba7338dbf5db9 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Wed, 15 May 2024 22:32:19 +0900 Subject: [PATCH] update document --- docs/cheat_sheet/options/index.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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.