On Tue, Sep 20, 2011 at 16:20, Nikolai Weibull <[email protected]> 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)))

would do as a start, but that’s not quite how \C-^ works in Vim.  I
don’t actually know if Vim’s way is better (that is, using #, which
may disappear).

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to