Skip to content

seagle0128/nerd-icons-ibuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nerd-icons-ibuffer

Build Status Release Tag License MELPA MELPA Stable

Table of Contents

Display nerd icons in ibuffer.

This package is extracted from Centaur Emacs and leverages nerd-icons.

Install

Manual

From melpa, M-x package-install RET nerd-icons-ibuffer RET.

(add-hook 'ibuffer-mode-hook #'nerd-icons-ibuffer-mode)

Use-package

(use-package nerd-icons-ibuffer
  :ensure t
  :hook (ibuffer-mode . nerd-icons-ibuffer-mode))

To display icons correctly, you should run M-x nerd-icons-install-fonts to install the necessary fonts.

Enjoy! 😄

Customize

;; Whether display the icons.
(setq nerd-icons-ibuffer-icon t)

;; Whether display the colorful icons.
;; It respects `nerd-icons-color-icons'.
(setq nerd-icons-ibuffer-color-icon t)

;; The default icon size in ibuffer.
(setq nerd-icons-ibuffer-icon-size 1.0)

;; Use human readable file size in ibuffer.
(setq  nerd-icons-ibuffer-human-readable-size t)

;; A list of ways to display buffer lines with `nerd-icons'.
;; See `ibuffer-formats' for details.
nerd-icons-ibuffer-formats

;; Slow Rendering
;; If you experience a slow down in performance when rendering multiple icons simultaneously,
;; you can try setting the following variable
(setq inhibit-compacting-font-caches t)

Screenshots

nerd-icons-ibuffer

Donate

If you think the it's helpful for you, please consider paying a cup of coffee for me. Thank you! 😄

Alipay      Wechat Pay

PayPal      Buy Me A Coffee

About

Display nerd icons in ibuffer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published