kpm-list

https://github.com/KMahoney/kpm-list.git

git clone 'git://github.com/KMahoney/kpm-list.git'
10

kpm-list

An emacs buffer list that tries to intelligently group together open buffers. Useful when you have a lot of them. Named kpm-list to avoid name clashes, and for vanity's sake.

Tested with emacs 23 only.

Screenshot

Screenshot

Installation

Place kpm-list.el into an emacs load-path and require the feature kpm-list. For example:

(push "~/emacs.d" load-path)
(require 'kpm-list)

This will override your C-x C-b key.

Improvements to be made