I've been recently persuaded and coached to take the jump from vi to emacs. But one question sits funny. Why would one prefer to use the ESC
- sequence for Meta- commands rather than ALT-key combinations. The symmetry is compelling (to me) toward the ALT- side. In particular using ALT-{digits} for C-u {digit} seems really nice. Do ESC-apists use that shortcut?
Now I'm a deep retro-computing enthusiast. Difference Engine, ENIAC, pdp/1, 7904. But realistically, I expect be running in an xterm for the forseeable future. Is there advantage to using ESC in preference to ALT as a habit-forming decision beyond the (seemingly remote) possibility of having to use an ALT-deficient setup sometime somewhere?
ESC
sometimes handier, at least for some key sequences. (I use it forC-x ESC ESC
, for instance, instead ofC-x M-ESC
.) – Drew Jun 30 '16 at 14:10meta-prefix-char
-- I set it tonil
when Emacs loads. It needs to be changed tonil
at the outset because some keymaps that load thereafter in my personal setup check to see the value of themeta-prefix-char
. – lawlist Jun 30 '16 at 15:18