Skip to content

Sublime Text 3 Plugin for copying multiline blocks as one line

License

Notifications You must be signed in to change notification settings

NikolaiGulatz/SublimeOneLineCopy

Repository files navigation

Sublime OneLineCopy

Sublime Text 3 plugin which allows copying multiple lines to the clipboard as one line by removing lines breaks and redundant spaces. Useful for quickly copying and pasting small blocks of Ruby code into the Rails console.

thing.each do |thing|
  thing.foo
end

becomes

thing.each do |thing| thing.foo end

Usage

Clone the repository and copy the folder into your Sublime Packages/ directory. Use Super+Shift+C (for Linux and Windows respectively Ctrl+Shift+C) to copy the selection as one line.

About

Sublime Text 3 Plugin for copying multiline blocks as one line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages