(no title)
ataylor284_ | 1 year ago
There's an interesting parallel with the emacs editor. Operations we now universally call "Cut" and "Paste" are "Kill" and "Yank". The better terms won out and emacs is stuck with Ctrl-K and Ctrl-Y as not-so-intuitive mnemonics for cut and paste.
toast0|1 year ago
Zundo, Xcut, Copy(!) or maybe Cancel, Vpaste
Much more memorable compared to Kcut (Kut?) and Ypaste. :p
tarlinian|1 year ago
uludag|1 year ago
I actually don't think they won out. Mindshare maybe, but I use kill and yank on macOS all the time. In fact, since they are enabled by default, I use Emacs keybindings all the time and everywhere on my Mac. Even the password entry screen in macos has Emacs keybindings.
I always thought that Apple saw the superiority in these bindings that they have them included by default.
tiberious726|1 year ago
Kill-yank semantics give you a full kill-ring, that's what your yanking from. CUA gives you a single copy-slot.
ataylor284_|1 year ago
I agree the semantics are strictly superior though.
throw5959|1 year ago
vekatimest|1 year ago