Skip to content

Commit

Permalink
Merge pull request #456 from noborus/add-process-of-count
Browse files Browse the repository at this point in the history
Added process of count item in status line
  • Loading branch information
noborus authored Oct 19, 2023
2 parents 609ff63 + 88c6026 commit b3fd1b4
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 b3fd1b4

Please sign in to comment.