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: George Nurser
Subject: Re: shortcut for ediff on 2 buffers in frame
Date: Mon, 9 Jun 2008 22:52:14 +0100

2008/6/9 Sébastien Vauban <zthjwsqqafhv@spammotel.com>:
> 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
>
Thanks Seb,
That did the job.

George.




reply via email to

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