diff --git a/README.md b/README.md index 1ab76b4f..e82949ee 100644 --- a/README.md +++ b/README.md @@ -896,9 +896,6 @@ StyleColumnRainbow: You can customize the bottom status line. -Whether to display file names. -Whether to invert the color of the file name. - [Example] ```yaml @@ -906,8 +903,15 @@ 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. Key binding customization You can customize key bindings.