flâneur

Thought Eddies | Disable Obsidian's blinking cursor

danielcorin.com · 154 words · saved by 1 readers

An Experimental Digital Garden

Disable Obsidian's blinking cursor I wanted to stop the Obsidian editor cursor from blinking. Something like VS Code’s { "editor.cursorBlinking": "solid" } Some searching turned up an option to solve this problem in Vim mode using CSS, but in insert mode, the cursor still blinks. Eventually, I came across a macOS-based approach to solve this issue on StackExchange, included here for convenience defaults write -g NSTextInsertionPointBlinkPeriod -float 10000 defaults write -g NSTextInsertionPointBlinkPeriodOn -float 10000 defaults write -g NSTextInsertionPointBlinkPeriodOff -float…

saved by

related reading