Skip to content

Cursor

Configure the cursor

Navigation

Style Settings
|-- flexcyon://Editor
|   |-- Cursor
md

Configuration Options

Default cursor type

CSS Variable(s) targeted: var(--flexcyon-cursor-type)

Sets the cursor type when it is not specified by the app.

Not the VS Code fork

Default: auto (variable select)

Options: For full list of options, view MDN on cursor styling.

Enable smooth cursor

CSS Classe(s) targeted: var(--flexcyon-enable-smooth-cursor)

Default: true

Technically the caret, as was pointed out.

Smooth cursor transition duration

CSS Variable(s) targeted: var(--flexcyon-cursor-duration)

Default: 42.5 (ms)

Smooth cursor timing function

CSS Variable(s) targeted: var(--flexcyon-cursor-timing-fn)

Default: ease-in

Smooth cursor minimum width

CSS Variable(s) targeted: var(--flexcyon-cursor-min-width)

Default: unset

Disable Vim Block Cursor Blink

CSS Classe(s) targeted: var(--flexcyon-disable-vim-cursor-blink)

Default: false (class toggle)