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

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

Re: shortcut for ediff on 2 buffers in frame


From: Sébastien Vauban
Subject: Re: shortcut for ediff on 2 buffers in frame
Date: Mon, 09 Jun 2008 16:37:33 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Hi George,

> I often wish to do an ediff to compare two buffers, each
> occupying a different window, but on the same frame.
>
> How would I set up a keyboard shortcut to do this, so I do not
> have to go through the menu?

Place this in your `.emacs' file:

    (global-set-key [(control c) (d)] 'ediff-buffers)

The key binding (here: C-c d) could be something else...

Seb

-- 
Sébastien Vauban


reply via email to

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