caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Denis Berthod <denis.berthod@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] How to use emacs tuareg mode effectively to manage an OCaml project?
Date: Wed, 03 Sep 2014 09:28:25 +0200	[thread overview]
Message-ID: <5406C319.5080408@gmail.com> (raw)
In-Reply-To: <CABRZkkPV8M=LsUxYhU1S84zp9WigB+98hOYb_fkRKwfx83J7PA@mail.gmail.com>

Hi,

I daily use emacs with dozens of buffers.
I use the Iswitchb emacs mode. This mode is included into emacs but may 
be not on by default.
To enable it add

  '(iswitchb-mode t nil (iswitchb))

to your custom-set-variables in your .emacs file
or use the customization group gui : convenience > Iswitchb.

CTRL-x b displays the list of buffers in the mini-buffer (sorted by the 
last access time).
CTRL-s to select next buffer
CTRL-r to select previous buffer
Type a string to reduce the buffer list, typically 2 or 3 char are 
sufficient.

I find it much fast to navigate than tabs or menus.

Regards,

Denis Berthod

  parent reply	other threads:[~2014-09-03  7:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02 20:05 Xinuo Chen
2014-09-02 20:20 ` Mads Jensen
2014-09-02 20:22 ` Lars Nilsson
2014-09-02 20:27 ` Benjamin Greenman
2014-09-02 21:48   ` Richard W.M. Jones
2014-09-03  7:28 ` Denis Berthod [this message]
2014-09-03  7:40 ` Louis Gesbert
2014-09-03  7:51 ` Francois BERENGER

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=5406C319.5080408@gmail.com \
    --to=denis.berthod@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).