1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-01 19:56:04 +02:00

Document values for editor.cursor-shape (#2094)

These are hinted at in the example config at the top (except `none`), but really should be listed explicitly near the option itself for clarity.
This commit is contained in:
scgtrp 2022-04-13 00:00:17 -04:00 committed by GitHub
parent 62283fdadb
commit 740f565c80
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ ### `[editor.cursor-shape]` Section
Defines the shape of cursor in each mode. Note that due to limitations
of the terminal environment, only the primary cursor can change shape.
Valid values for these options are `block`, `bar`, `underline`, or `none`.
| Key | Description | Default |
| --- | ----------- | ------- |