mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04: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:
parent
62283fdadb
commit
740f565c80
@ -55,6 +55,7 @@ ### `[editor.cursor-shape]` Section
|
|||||||
|
|
||||||
Defines the shape of cursor in each mode. Note that due to limitations
|
Defines the shape of cursor in each mode. Note that due to limitations
|
||||||
of the terminal environment, only the primary cursor can change shape.
|
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 |
|
| Key | Description | Default |
|
||||||
| --- | ----------- | ------- |
|
| --- | ----------- | ------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user