Skip to content

Commit

Permalink
Added process of count item in status line
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Oct 19, 2023
1 parent 609ff63 commit 88c6026
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -896,18 +896,22 @@ StyleColumnRainbow:

You can customize the bottom status line.

Whether to display file names.
Whether to invert the color of the file name.

[Example]

```yaml
Prompt
Normal:
ShowFilename: false
InvertColor: false
ProcessOfCount: false
```

| item name | description | default |
|:----------|:------------|:--------|
| ShowFilename| Display file name | true |
| InvertColor| Display file name inverted and changed color| true |
| ProcessOfCount| Update the progress while counting the number of lines | true |

### 7.3. <a name='key-binding-customization'></a>Key binding customization

You can customize key bindings.
Expand Down

0 comments on commit 88c6026

Please sign in to comment.