Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Jan 4, 2024
1 parent fb00b99 commit bdd3f58
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/cheat_sheet/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ disable_anchors: true
## Mode

### **`<to_command>`**
Enter the command mode. Generally, this command is called with `:`. In the command mode, the typed characters are displayed on the virtual command line, the command can be executed with the `<enter>` key, and you can delete characters with `<bs>`. You can also use the `<up>` and `<down>` keys to move thr class="dash"ough the executed history.
Enter the command mode, which is generally called with `:`.
In the command mode, the typed characters are displayed on the virtual command line.
You can operate the virtual command line as shown in the following table.

|**Key**|**Operation**|
|:---:|:---:|
|`<enter>`|Execute the current command|
|`<bs>`|Delete characters|
|`<up>`|Backward history|
|`<down>`|Forward history|
|`<tab>`|Complete commands|

<br>

<p align="center">
<img src="https://pit-ray.github.io/win-vind/imgs/cmdline_demo.gif" class="img-fluid"/>
Expand Down

0 comments on commit bdd3f58

Please sign in to comment.