aboutsummaryrefslogtreecommitdiffstats
path: root/undo/kill-ring.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* undo: updates to kill-ring, implementing most of the basic functionality.Tom Feist2011-04-181-2/+85
| | | | | Unfortunately, it requires listening to every keystroke since there's no way to know ahead of time which keys will modify the cutbuffer.
* undo: kill-ring.pl, an initial attempt at a script to keep track of changes inTom Feist2011-04-181-0/+46
the cut-buffer, and allow you to cycle through them. Still WIP