https://github.com/keyz/atom-simple-kill-ring
Emacs style ctrl-k, ctrl-y, and ctrl-w using a separate clipboard.
https://github.com/keyz/atom-simple-kill-ring
Last synced: 15 days ago
JSON representation
Emacs style ctrl-k, ctrl-y, and ctrl-w using a separate clipboard.
- Host: GitHub
- URL: https://github.com/keyz/atom-simple-kill-ring
- Owner: keyz
- Created: 2018-06-07T05:53:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T07:21:08.000Z (about 8 years ago)
- Last Synced: 2026-02-01T14:44:07.033Z (6 months ago)
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-simple-kill-ring
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atom-simple-kill-ring
Emacs style `ctrl-k`, `ctrl-y`, and `ctrl-w` using a separate clipboard.
## Install
```
apm install atom-simple-kill-ring
```
## Default Keymap
```
{
"atom-text-editor": {
"ctrl-k": "atom-simple-kill-ring:kill",
"ctrl-y": "atom-simple-kill-ring:yank",
"ctrl-w": "atom-simple-kill-ring:cut"
}
}
```