xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
469 stars 80 forks source link

Add -indicator variables to customize the mode line #136

Closed DivineDominion closed 2 years ago

DivineDominion commented 2 years ago

To give users the ability to change "c" and "i" to something different.

I found the doom-modeline colored mode bullets more useful to see the currently active mode, maybe because the characters are rather small (with my config).

Users can now customize the indicators including whitespace like so (random example):

(setq xah-fly-insert-mode-indicator "● ")
(setq xah-fly-command-mode-indicator "– ")

Screen Shot 2022-01-12 at 22 19 18

xahlee commented 2 years ago

thanks.