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

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

Re: How to toggle to buffer previously selected ?


From: Bastien Guerry
Subject: Re: How to toggle to buffer previously selected ?
Date: Thu, 07 Feb 2008 10:52:34 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"Francis Moreau" <francis.moro@gmail.com> writes:

> I know 'C-x o' to select the next selected buffer but I'd like
> to toggle between 2 buffers even if more than 2 buffers are
> displayed.

`C-x b' (which is bound to `switch-to-buffer')

Maybe you will like iswitchb:

(require 'iswitchb)

where `C-x b' is bound to `iswitchb-buffer', and offers a more
convenient prompt.

-- 
Bastien




reply via email to

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