carbon-copy

A package for Atom Editor that lets you copy-paste a lot of stuff simultaneously.

rishabhjain2795

197

1

1.0.2

MIT

GitHub

carbon-copy package

Carbon Copy is a package for atom to copy and paste multiple things simultaneously.

![alt_tag](https://raw.githubusercontent.com/rishabhjain2795/carbon-copy/master/CarbonCopyTest.gif)

Installation

After installing apm

apm install carbon-copy

Usage

Commands on MacOS

  • ctrl-alt-c : Toggle the package
  • cmd-alt-1 : Copy Selection # 1
  • cmd-alt-2 : Paste Selection # 1
  • cmd-alt-3 : Copy Selection # 2
  • cmd-alt-4 : Paste Selection # 2
  • cmd-alt-5 : Copy Selection # 3
  • cmd-alt-5 : Paste Selection # 3

You can use these commands in any order and in different windows as well. The commands can be changed carbon-copy.cson as per your preference.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request