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

atom-habit

Atom plugin to avoid breaking your typing habits
  • #habit
  • #typing
myaskevich
0.1.0 316
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-habit package

Atom plugin to help you avoid diverting from your typing habits and be a happier person.

A screenshot of your package

Configuration

Add custom rules to your config.cson like this:

"*":
  "atom-habit":
    rules: [
      "const\\s/let "
    ]

Rule syntax

Rule is a plain sed-like string. You define trigger regex on the left to / and substitute regex on the right.

"${TRIGGER_REGEX}/${SUBSTITUTE_REGEX}"

Note: Currently you have to manually escape all what needs to be escaped.

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