|
|
|
|
|
by silentbicycle
5599 days ago
|
|
In emacs, repeat is C-x z, and then keep pressing z. (C-x zzzzzzzzzzzz...) While M-f, M-b are e and b, I don't know of an exact equivalent for E and B. But they could very easily be added. IMHO, basic editing in Emacs has slightly higher constant factors (mostly due to typing the modifier keys), but scales much better as operations become more complex. |
|
As for adding equivalents to E and B, sure, but what keys do you bind 'em to? Either unwieldy C-c FOO combinations, or spend the rest of forever playing whack-a-mole with various modes that happen to have already defined the keys you wanted to use. While emacs is infinitely customizable, the baseline editing functionality that everything expects is important -- otherwise you're just fighting against the grain. Though the various vim emulation modes have made a heroic effort...
It would be interesting if something like that vim keystroke competition could be expanded to include emacs as well. >:)