carbon-copy package
Carbon Copy is a package for atom to copy and paste multiple things simultaneously.
Installation
After installing apm
apm install carbon-copy
Usage
Commands on MacOS
ctrl-alt-c
: Toggle the packagecmd-alt-1
: Copy Selection # 1cmd-alt-2
: Paste Selection # 1cmd-alt-3
: Copy Selection # 2cmd-alt-4
: Paste Selection # 2cmd-alt-5
: Copy Selection # 3cmd-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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request