diff options
author | wes adams | 2022-11-12 17:31:09 +0000 |
---|---|---|
committer | GitHub | 2022-11-12 17:31:09 +0000 |
commit | fd585c1ee4ae0ac541f99b5e69a40833f5e3246d (patch) | |
tree | fdc6975abf46a54ad257571a5bb6bb29de4d834b /book | |
parent | 1f72d342493206b83ed82efd402aca712eaffbf8 (diff) |
Statusline indicator to show number of selected chars (#4682)
Co-authored-by: wes adams <wadams@grayshift.com>
Diffstat (limited to 'book')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 20abeba5..8713c3ff 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -103,6 +103,7 @@ The following statusline elements can be configured: | `file-type` | The type of the opened file | | `diagnostics` | The number of warnings and/or errors | | `selections` | The number of active selections | +| `primary-selection-length` | The number of characters currently in primary selection | | `position` | The cursor position | | `position-percentage` | The cursor position as a percentage of the total number of lines | | `separator` | The string defined in `editor.statusline.separator` (defaults to `"│"`) | |