spacemacs/contrib/ibuffer
Xiang Ji 706115fc0e Fixed various naming errors in package file descriptions
Well, probably mostly aesthetic, but still they just look a bit jarring out there.
2015-08-02 17:44:59 -04:00
..
config.el
funcs.el Fixed various naming errors in package file descriptions 2015-08-02 17:44:59 -04:00
packages.el ibuffer layer: add README and move C-x C-b replacement to the layer 2015-05-12 23:45:10 -04:00
README.org Fix various issues with org markup 2015-06-11 21:31:42 -04:00

ibuffer contribution layer for Spacemacs

Table of Contents   TOC@4

Description

This layer configures Emacs ibuffer for Spacemacs.

Install

Layer

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(ibuffer))

Grouping buffers

Buffers can be grouped by major-modes or projectile projects. By default buffers are grouped by major-modes.

To change how buffers are grouped set the layer variable ibuffer-group-buffers-by to one of the following supported values:

  • modes to group buffers by major-modes (default)
  • projects to group buffers by projectile projects
  • nil to not group buffers

Example:

  (setq-default dotspacemacs-configuration-layers '(
    (ibuffer :variables ibuffer-group-buffers-by 'projects)))

Key bindings

Key Binding Description
SPC b B open ibuffer menu

Note: The layer will also replace regular C-x C-b by ibuffer.