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

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

Re: How to switch to the recent available buffer easily


From: Kevin Rodgers
Subject: Re: How to switch to the recent available buffer easily
Date: Wed, 27 Dec 2006 11:27:33 -0700
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Ronald wrote:
I think ``C-x b ret" is not easy enough.
I find it is a common action for me recently.
Is there any good method?

There are *many* good methods.  I prefer:

(global-set-key "\C-x\C-b" 'electric-buffer-list) ; was: list-buffers

Then `C-x C-b n SPC' to select the most recent buffer, or repeat
the `n' for less recent buffers.

--
Kevin





reply via email to

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