• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

remove-newline

Remove, replace or shrink newline characters in the selected text
js-atom-sync
1.3.0 1,126
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

remove-newline package

Remove, shrink, replace newline (\n) in the selected text.

Install

apm install remove-newline

Or search for remove-newline in Atom settings view.

Commands

Remove newline: Remove

aa bb   c c  dd => aabbccdd

Remove newline: Replace

You can change the inserted string in package setting.

aa bb   c c  dd => aa-bb-c-c-dd

Keymap

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'

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