• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

cursor-blink-interval

Control the cursor blinking interval
olmokramer
0.3.1 1,873
8
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

cursor-blink-interval

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

scoped config support

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

Copyright 2015 Olmo Kramer under MIT license.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by