g; and g, doesn't work

Christoph Lange langec at web.de
Sun Apr 3 21:43:47 CEST 2011


Hi York,

On Sun, Apr 3, 2011 at 8:18 PM, York Zhao <gtdplatform at gmail.com> wrote:
> The 'g;' and 'g,' command do not cycle through recent changes.

That requires an extra package (on which vimpulse could, however,
depend by default):

(require 'goto-chg)
; Emacs setting
(global-set-key [(control ?.)] 'goto-last-change)
(global-set-key [(control ?,)] 'goto-last-change-reverse)
; Vimpulse setting
(vimpulse-map "g;" 'goto-last-change)
(vimpulse-map "g," 'goto-last-change-reverse)

HTH,

Christoph

-- 
Christoph Lange, http://de.wikipedia.org/wiki/Benutzer:Langec, ICQ# 51191833



More information about the implementations-list mailing list