Paste from clipboard history like emacs' kill-ring
clip-history:paste
clip-history:paste
until you get entry you want.clip-history:paste-newer
.clip-history:paste-last
.clip-history:paste
: Paste. Continuous execution without moving cursor pops older entry.clip-history:paste-newer
: Paste. Continuous execution without moving cursor pops newer entry.clip-history:paste-last
: Paste last pasted text.clip-history:clear
: Clear clipboard history.No keymap by default.
e.g.
'atom-text-editor:not([mini])':'ctrl-y': 'clip-history:paste''cmd-y': 'clip-history:paste-newer''ctrl-Y': 'clip-history: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 .clip-history-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.