简体   繁体   中英

Colors in emacs buffer list

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.

Try Mx ibuffer . It can serve as a replacement for list-buffers ( Cx Cb ), with a wealth of extra functionalities for filtering, sorting, etc. After invocation, use Ch m for more details.

请参阅EmacsWiki ,它包含一些指向增强缓冲区菜单的链接。

Or you can find your best Keybind:

(global-set-key (kbd "Cx Cb") 'buffer-menu)

instead Cx Cb if you have another better choice.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM