Missing \C-^ mapping

Nikolai Weibull now at bitwi.se
Tue Sep 20 16:30:43 CEST 2011


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)))

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).



More information about the implementations-list mailing list