Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forivall/atom-copy-improved
:clipboard: Fixes copy/cut/paste issues in atom
https://github.com/forivall/atom-copy-improved
Last synced: about 1 month ago
JSON representation
:clipboard: Fixes copy/cut/paste issues in atom
- Host: GitHub
- URL: https://github.com/forivall/atom-copy-improved
- Owner: forivall
- License: mit
- Created: 2015-04-01T06:58:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T01:47:27.000Z (over 9 years ago)
- Last Synced: 2024-10-14T09:57:58.920Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Copy Improved
'cuz the default copy is kinda annoying.
Replaces the default Copy/Cut commands
* when no text is selected
* Doesn't copy anything
* (TODO: add option) copy's the current word* when multiple selections are copied
* pastes properly into multiple selections, like sublime text* TODO: preserve folds
* TODO: roll into PRs for core atom