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. _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
