duplicate-thing icon indicating copy to clipboard operation
duplicate-thing copied to clipboard

Duplicate current line. Duplicate a selection when selection is active.

Results 4 duplicate-thing issues
Sort by recently updated
recently updated
newest added

When I work with R script/shell windows, I often want to choose a region of the shell output and copy it back to the script. Here's an idea of how...

When I edit code, I often want to comment the thing which I have duplicated. Here's a function that I currently use for that job. Something like this might fit...

## Reason for change If you duplicate smth you often want to move it. Currently, the point is moved beyond duplicated snipped which makes immediate use of commands to move...

you need the following on the line before you define the function, ``` ;;;###autoload ``` This will allow us to merge https://github.com/milkypostman/melpa/pull/118