简体   繁体   中英

Cycle through a list of buffers in Emacs

I want to have something like this:

  • A list of buffer is display
  • As I select a buffer in the list, it's content is display immediately.
  • The list can be in minibuffer (preferred) or in a separate window

Is there a plug in for this?

Finally found what I wanted (although a bit differed from what I wanted, but it got the essential feature right): https://github.com/martinp26/cycbuf

It automatically display buffers with a list of buffer as the cursor move at a buffer name. Customize variable cycbuf-clear-delay to adjust the time the buffer list is toggled; after exceeding the delay, the buffer list is automatically turned off and the buffer is picked.

^x^b displays a list of buffers, then you can click on one. Is that what you want?

There are several alternatives. For discussion on these, see for example http://www.emacswiki.org/emacs/ControlTABbufferCycling

There's many options. Some are:

The EmacsWiki pages cited in the other answers (so far) are a subset of the wiki's main page for this topic, which is where you should start .

(That wiki page is also a good place for other answers, which do not cite EmacsWiki, to update. ;-) )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM