Colors in emacs buffer list
Asked Answered
D

4

5

Hi how can I colorize the emacs buffer menu, I'd like to have different colors for different type of files. That should make it easier to navigate a large list of buffers.

Desimone answered 13/5, 2012 at 10:23 Comment(0)
D
0

I discovered ibuffer which had all the features i needed .. thanks

http://www.emacswiki.org/emacs/IbufferMode

Desimone answered 20/6, 2013 at 0:32 Comment(0)
M
7

Try M-xibuffer. It can serve as a replacement for list-buffers(C-x C-b), with a wealth of extra functionalities for filtering, sorting, etc. After invocation, use C-h m for more details.

Marjorymarjy answered 13/5, 2012 at 12:39 Comment(1)
h for help is quicker than C-h mMayapple
B
3

See EmacsWiki, it contains some links to enhanced buffer menus.

Backslide answered 13/5, 2012 at 11:41 Comment(0)
J
1

Or you can find your best Keybind:

(global-set-key (kbd "C-x C-b") 'buffer-menu)

instead C-x C-b if you have another better choice.

Joni answered 18/6, 2013 at 16:56 Comment(0)
D
0

I discovered ibuffer which had all the features i needed .. thanks

http://www.emacswiki.org/emacs/IbufferMode

Desimone answered 20/6, 2013 at 0:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.