← Back to context

Comment by Vexs

10 years ago

Wow, it kind of sounds insane that we don't have multiple-copy paste by default now. Come to think, I can think of a bunch of times where I open up notepad to store a copy-paste.

Emacs kill ring?

https://www.gnu.org/software/emacs/manual/html_node/emacs/Ki...

It takes a while to get used to it, but once you understand it / use it in anger, it becomes tough to live without.

  • Only in unix-world would it be considered wise to call the place where you put blocks of text for later use the "kill ring."

    • Nothing to do with Unix, it's an Emacs thing.

      In Emacs, what you nowadays call "cutting and pasting" is instead called "killing and yanking". It was called that way even before "cut" and "paste" got popularized, I think.

      And the "Kill Ring" name makes sense, as it a) contains snippets of text you killed and b) when yanking (pasting) lets you cycle through all the killed snippets. You can view your kill ring in its entirety via a menu or with a plugin (kill-ring-browser or similar, I forget).

      Emacs is old and brittle, but its basic editing model is very good. It does lack (without plugins) some features I learned in Vim (the most irritating thing at the beginning was a lack of "textobjects"; I still occasionally miss them, despite expand-region and other plugins), but is basically the only editor that I feel is worth learning.

      16 replies →

I seem to remember that Windows had at one point something called "clipbook". I was under the impression at the time that it was about multi copy-paste, but I never figured out how it worked. Probably few people did.

Microsoft Office shipped with a utility to do that back in the Office XP era. I don't recall it being very popular, and I'm not even sure they still ship it...

You should try a clipboard manager (on Windows, I use 'ditto.' Search for 'ditto clipboard manager.')