Missing \C-^ mapping

Jim Green student.northwestern at gmail.com
Tue Dec 6 00:50:17 CET 2011


On 5 December 2011 19:38, Frank Fischer
<frank.fischer at mathematik.tu-chemnitz.de> wrote:
> C-<number> is bound to `digit-argument' in Emacs, and many users
> (including myself) are used to insert prefix-arguments using these
> bindings (instead of going through C-u, although evil allows to type
> prefix-arguments straight ahead without C- keys). Therefore IMHO
> overriding this binding may cause a lot of problems and inconveniences
> and gain very little. Evil will probably never redefine C-6.
>
> If you really desperately need this binding you can always use
>
> (define-key evil-motion-state-map (kbd "C-6") 'evil-buffer)
>
> in your .emacs file to redefine the binding on your own.
>
> Frank

Thank you very much, without the evil software I dare not enter the
emacs world.


Jim



More information about the implementations-list mailing list