Missing \C-^ mapping
Jim
student.northwestern at gmail.com
Mon Dec 5 18:49:39 CET 2011
Frank Fischer <frank.fischer <at> mathematik.tu-chemnitz.de> writes:
>
> On Tue, Sep 20, 2011 at 04:30:43PM +0200, Nikolai Weibull wrote:
> > On Tue, Sep 20, 2011 at 16:20, Nikolai Weibull <now <at> bitwi.se> wrote:
> >
> > > The \C-^ mapping for switching to the alternate buffer is missing. I
> > > tried implementing it, but I gave up, sorry.
> >
> > I guess something as simple as
> >
> > (defun evil-other-buffer ()
> > (interactive)
> > (switch-to-buffer (other-buffer)))
>
> I added something similar in adbbe21.
% grep "c-^" -ir .
./evil-maps.el:(define-key evil-motion-state-map (kbd "C-^") 'evil-buffer)
Hi:
c-^ works great to switch between two buffers but in vim c-6 does it as well.
when I do c-h k c-6, it shows c-6 is already occupied by emacs.
Would this be something that can not be easily fixed?
Thank you very much!
Jim.
More information about the implementations-list
mailing list