Insert several candidates with a single key
Inspired by smartchr.el.
edit ~/.atom/config.cson
'.source.coffee':'smartchr':'chrs': [{chr: '=',candidates: [' = ', ' == ', '=']}{chr: '>',candidates: [' -> ', ' => ', ' > ', ' >= ', '>']}{chr: '<',candidates: [' < ', ' <= ', '<']}{chr: ',',candidates: [', ', ',']}{chr: '+',candidates: [' + ', '+']}{chr: '-',candidates: [' - ', '-']}{chr: '&',candidates: [' && ', '&']}{chr: '|',candidates: [' || ', '|']}]
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.