Homepage: http://www.emacswiki.org/emacs/download/bs-ext.el
Author: Joe Bloggs
Updated:
Extensions to emacs buffer-selection library (bs.el)
Bitcoin donations gratefully accepted: 13NyoPq3iusGsCtHNRT9xfA9jsqPjYtyyE Extensions to emacs buffer-selection library (bs.el) This extension allows you to bind keys to buffer selection configurations (using `bs-ext-config-keys'), and optionally displays the configuration names and associated keybindings in the header line of the *buffer-selection* buffer. It also creates a new config called "regexp". When the "/" key is pressed the user is prompted for a regular expression and any buffers with matching names are added to the "regexp" config. The following new keybindings are defined: / : prompt user for regular expression, place matching buffers in "regexp" config, and change to that config: select previous config using `bs-ext-select-previous-configuration' : select next config using `bs-ext-select-next-configuration' x : kill buffer on current line using `bs-delete' Also if you have color-moccur installed you can use M-O to find regexp matches in marked buffers.