Fork of clip-history.
Paste from clipboard history like emacs' kill-ring
paste-cycle:paste
paste-cycle:paste
until you get entry you want.paste-cycle:paste-newer
.paste-cycle:paste-last
.paste-cycle:paste
: Paste. Continuous execution without moving cursor pops older entry.paste-cycle:paste-newer
: Paste. Continuous execution without moving cursor pops newer entry.paste-cycle:paste-last
: Paste last pasted text.paste-cycle:copy-from-clipboard
: Copy the text in the clipboard into the paste cycle.paste-cycle:clear
: Clear the clipboard history in the paste cycle.No keymap by default.
e.g.
'atom-text-editor:not([mini])':'ctrl-y': 'paste-cycle:paste''cmd-y': 'paste-cycle:paste-newer''ctrl-Y': 'paste-cycle:paste-last'
From v0.3.0, flashDurationMilliSeconds
config was removed to use better flashing animation by CSS keyframe. Default
duration is one second, if you want this shorter, modify your style.less
.
atom-text-editor.editor .paste-cycle-pasted .region {// default is 1s, you can tweak in the range from 0 to 1s(maximum).animation-duration: 0.5s;}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.