mirror of https://github.com/helix-editor/helix
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.pull/2096/head
parent
62283fdadb
commit
740f565c80
|
@ -55,6 +55,7 @@ hidden = false
|
|||
|
||||
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 |
|
||||
| --- | ----------- | ------- |
|
||||
|
|
Loading…
Reference in New Issue