Simple package that controls the cursor blinking interval. Set to 0
to disable cursor blinking (well... it will blink once every ~50 days).
Doesn't work in mini
editors, except for disabling the blinking.
Try my other package, block-cursor, for more cursor customization
You can now define different intervals for different scopes:
# ~/.atom/config.cson'*':'cursor-blink-interval':cursorBlinkInterval: 1000 # 1000ms global value'.coffee.source':'cursor-blink-interval':cursorBlinkInterval: 2000 # 2000ms in coffee-script scope
Copyright 2015 Olmo Kramer under MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.