Change Your Mac’s Text Cursor Blink Rate With A Terminal Command

Change Your Mac’s Text Cursor Blink Rate With A Terminal Command

Not a fan of your Mac’s default text cursor blink rate? MacIssues points out that it’s super-easy to change with a couple of Terminal commands.

If you’re running OS X 10.8 or earlier, you need just one command:

defaults write -g NSTextInsertionPointBlinkPeriod -float 1000

If you’re on 10.9 or later, you’ll need two commands, one for the on time and one for the off time:

defaults write -g NSTextInsertionPointBlinkPeriodOn -float 200 
defaults write -g NSTextInsertionPointBlinkPeriodOff -float 200

Change the numbers at the end of each command to change the blink rate. It’s in milliseconds. To make it faster, decrease the value. To make it slower, increase the value. Once you run the command, you’ll need to close an app and reopen it before the change takes effect.

How to change your Mac’s text cursor blink rate [MacIssues]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments