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
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ hidden = false
|
||||||
|
|
||||||
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 a new issue