help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vim's jumplist equivalent in emacs?


From: Mathias Dahl
Subject: Re: vim's jumplist equivalent in emacs?
Date: Thu, 07 Dec 2006 11:57:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (windows-nt)

"Thomas" <totohero@empal.com> writes:

> In vim, some kind of user actions like text search, tag search or
> opening new file are regarded as 'jump action'. Every position,
> whether it's in one buffer or in another, before/after those jumps
> are automatically recorded in 'jump list', so you can navigate
> forward/backward the postions using Ctrl+O / Ctrl+I. May I find a
> similar job done for emacs?

Yes, after doing an isearch, ending up some place in the buffer, you
can do C-u C-SPC to jump to the starting positions. This works because
isearch sets the mark where the search started. C-u C-SPC will jump
between the marks in the mark ring.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]