Skip to main content

Command Palette

Search for a command to run...

Disable caret blinking in macOS

Updated
1 min read
Disable caret blinking in macOS

Recently I began using Obsidian (1.0), it's a great little offline wiki application. What it sorely lacks, however, is an option to turn off caret blinking.

Thankfully there's the following macOS hidden setting:

defaults write -g NSTextInsertionPointBlinkPeriodOff -float 0
defaults write -g NSTextInsertionPointBlinkPeriodOn -float 4000000000

This worked for me on macOS Big Sur. I hope Obsidian adds this option before Apple kills the workaround, bless its little soul.

41 views

More from this blog

M

Mark Vasilkov

12 posts