Hacker News new | ask | show | jobs
by JadeNB 3625 days ago
> So where do "kill" and "yank" names come from?

This is discussed a bit on ESE, though the explanation seems vi-centric: http://english.stackexchange.com/questions/40657/how-yank-ca... .

1 comments

One of the crazy aspects of Unix text editors is that "yank" means nearly the opposite in vi (where it stands for copying) as it means in emacs (where it stands for pasting).
First time I heard that yank means "yanking from the buffer" I figured I'd had a mini stroke.