fix wrong value for cursor shape config in the docs (#3081)
This commit is contained in:
parent
333ab27837
commit
bcacc703d7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,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`.
|
Valid values for these options are `block`, `bar`, `underline`, or `hidden`.
|
||||||
|
|
||||||
| Key | Description | Default |
|
| Key | Description | Default |
|
||||||
| --- | ----------- | ------- |
|
| --- | ----------- | ------- |
|
||||||
|
|
Loading…
Reference in a new issue