Elektrine lite

← Feed

@paniash@mstdn.social

Post #2777508

2026-05-03 22:24 UTC

@yantar92@fosstodon.org @tarsius@fosstodon.org @minad@mastodon.world @oantolin@mathstodon.xyz I see that you use boon. I'm going through the readme and it looks like it doesn't implement bindings for other major modes (dired, magit, etc.). Do you also define bindings separately per major mode?

Replies (1)

  • @yantar92@fosstodon.org 2026-05-04 03:39

    @paniash@mstdn.social @tarsius@fosstodon.org @minad@mastodon.world @oantolin@mathstodon.xyz Yes and no. Boon does not shadow Emacs bindings - they all continue to work. So, I can still do, say, C-x C-f (or even c f in boon). Also, boon disables editing bindings in special modes, so that even more original bindings do work. For the few remaining movement keys, I do define bindings separately.

    Open ##2777509