Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed May 15, 2024
1 parent b51d146 commit 613c13e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/cheat_sheet/options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<hr class="dash">

### **`showcmd`**
**type**: bool, **default**: true
Show partial command in the virtual command line.
This feature causes some overhead.


## Command Line

Expand All @@ -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.

<hr class="dash">

Expand Down

0 comments on commit 613c13e

Please sign in to comment.