goto-last-change using `.

Marc Weber marco-oweber at gmx.de
Thu Feb 9 01:59:56 CET 2012


Excerpts from Leo Alekseyev's message of Thu Feb 09 01:44:52 +0100 2012:
> Is `. in Evil broken or not implemented?  If it's not implemented, how
> would one go about wiring `. to goto-last-change command (cf
> http://www.emacswiki.org/emacs/goto-last-change.el)?  This would
> provide a quick way to emulate this feature.
> 

In VIM:
. = repeat last command (or editing action)
g; = goto last change location 

So you may want think about wiring g; instead.

Marc Weber



More information about the implementations-list mailing list