caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: ygrek <ygrek@autistici.org>
To: Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com>
Cc: Caml List <caml-list@inria.fr>
Subject: Re: [Caml-list] questions about merlin, vim and the Locate command
Date: Wed, 8 Oct 2014 22:27:09 +0800	[thread overview]
Message-ID: <20141008222709.50c876a3@kiwi.local.tld> (raw)
In-Reply-To: <54354874.5090109@gmail.com>

Hi,

> Is backtracking supported?
> E.g., if you make 10 jumps forward, is it possible to gradually return where you started?
> (something similar to the "tag stack" maintained "ctags" / "otags")

The usual vim's Ctrl-O Ctrl-I works.

> Is there a way to prevent this window splitting?
> That is, an appropriate buffer at appropriate position would be displayed in the current window?

Put in ~/.vimrc

  let g:merlin_split_method = 'never'

-- 

      reply	other threads:[~2014-10-08 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-08 14:21 Matej Kosik
2014-10-08 14:27 ` ygrek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141008222709.50c876a3@kiwi.local.tld \
    --to=ygrek@autistici.org \
    --cc=5764c029b688c1c0d24a2e97cd764f@gmail.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).