doomemacs/modules/emacs/ibuffer
Henrik Lissner c309e61eff
feat(ibuffer): switch to buffer in its workspace
Adds +ibuffer/visit-workspace-buffer, which will switch to a buffer's
containing workspace before switching to the buffer. This will prompt if
a buffer is present in multiple workspaces. If given the prefix
argument, it will auto-select the first workspace.

Fix: #5061
Close: #5351
Co-authored-by: petr-tik <petr-tik@users.noreply.github.com>
2022-04-03 20:51:54 +02:00
..
autoload feat(ibuffer): switch to buffer in its workspace 2022-04-03 20:51:54 +02:00
config.el feat(ibuffer): switch to buffer in its workspace 2022-04-03 20:51:54 +02:00
packages.el Bump * 2020-08-19 16:18:11 -04:00
README.org s/prereqisites/prerequisites 2021-03-06 12:05:55 -05:00

emacs/ibuffer

Description

This module augments ibuffer.

  • Adds project-based grouping of buffers
  • Support for file-type icons
  • Uses human-readable file-size

Module Flags

  • +icons Enables filetype icons for buffers

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting