ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Remove​Line​Breaks

by fsaad ST3

Sublime text plugin for removing all line breaks within paragraphs of text.

Details

Installs

  • Total 4K
  • Win 2K
  • Mac 1K
  • Linux 394
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 1 0 0 1 0 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1
Mac 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

RemoveLineBreaks

Sublime text plugin for removing all line breaks within paragraphs of text. This plugin can be thought of as the inverse of hard wrapping lines, in the sense that it removes all hard line breaks within a contiguous paragraph of text.

Note that the plugin is not intended to merge separate paragraphs, as line breaks between independent paragraphs are maintained. This plugin is appropriate for editing text documents, not source code.

Usage

First highlight the region of text in which to remove within-paragraph line breaks (the highlight can span multiple paragraphs). Then open the command palette using ctrl+shift+p and select “Remove Paragraph Line Breaks”.

Default Shortcuts

  • Remove Paragraph Line Breaks: alt+shift+q

Installation

Using Package Control, type ctrl+shift+p > “Package Control: Install Package” > “RemoveLineBreaks”.

Alternatively, clone this repository directly into ~/.config/sublime-text-3/Packages/.