inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
101 stars 9 forks source link

Disable cursor blinking #28

Closed cs-qyzhang closed 2 years ago

cs-qyzhang commented 2 years ago

Please add a configuration to disable cursor blinking.

craftzdog commented 2 years ago

You can accomplish that by having a custom CSS like so:

.cm-fat-cursor div.CodeMirror-cursors {
    visibility: visible !important;
}