Remove, shrink, replace newline (\n) in the selected text.
apm install remove-newline
Or search for remove-newline
in Atom settings view.
aa bb c c dd => aabbccdd
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-newline:remove''ctrl-alt-p': 'remove-newline:replace'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.