keyz / atom-simple-kill-ring

Emacs style ctrl-k, ctrl-y, and ctrl-w using a separate clipboard.

Home Page:https://atom.io/packages/atom-simple-kill-ring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
  }
}

About

Emacs style ctrl-k, ctrl-y, and ctrl-w using a separate clipboard.

https://atom.io/packages/atom-simple-kill-ring


Languages

Language:JavaScript 100.0%