[Info-vax] VT keyboard replacement
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Sun Nov 7 17:01:23 EST 2021
On Sunday, November 7, 2021 at 11:55:36 PM UTC+13, Slo wrote:
> The beauty and elegance of the EDT family of editors is that DEL L, DEL W, DEL C, and
> DEL SEL, all had their own buffers from which one could UNDELETE later, anywhere,
> once, or <GOLD>N times.
Emacs already works this way. Text-deletion commands with “kill” in their name (e.g. kill-word, backward-kill-word, kill-line, kill-region) put the deleted text into the yank buffer, and CTRL/Y copies this text at the insertion point.
Basically, anything you might want to do, Emacs either already does it, or can be made to do it. ;)
More information about the Info-vax
mailing list