Remove, shrink, replace whitespace in the selected text.
apm install remove-whitespace
Or search for remove-whitespace
in Atom settings view.
aa bb c c dd => aabbccdd
aa bb c c dd => aa bb c c dd
You can change the inserted string in package setting.
aa bb c c dd => aa-bb-c-c-dd
No keymap by default. Please edit ~/.atom/keymap.cson
.
For example:
'atom-workspace':'ctrl-alt-r': 'remove-whitespace:remove''ctrl-alt-s': 'remove-whitespace:shrink''ctrl-alt-p': 'remove-whitespace:replace'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.