An Atom package to increment and decrement the number under the cursor.
cmd-ctrl-k
to increment by 1
cmd-ctrl-K
to increment by power(10, position)
cmd-ctrl-j
to decrement by 1
cmd-ctrl-J
to decrement by power(10, position)
Copyright (c) 2014 Mustafa Rizvi Licensed under the MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.