cursor
Cursor
By default, the cursor shape is set to block
. You can also choose from other options like underline
and beam
.
Additionally, you can enable or disable cursor blinking, which is set to false
by default.
Shape
Options: 'block', 'underline', 'beam'
[cursor]
shape = 'block'
Blinking
Enable/disable blinking (default: false)
[cursor]
blinking = false
Blinking-interval
Set cursor blinking interval (default: 800, only configurable from 350ms to 1200ms).
[cursor]
blinking-interval = 800