From 88c6026328a54553494cb6bdb16ead50664e544b Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Thu, 19 Oct 2023 10:30:25 +0900 Subject: [PATCH] Added process of count item in status line --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.