Post #1679394
2026-04-23 15:04 UTC
Replies (3)
-
@markstos@urbanists.social 2026-04-23 16:36
@swat@fosstodon.org For Sway there a couple of options. If you add comments for keybindings formatted in a particular way, you can use Remontoire to view them: https://github.com/regolith-linux/remontoire Sway doesn’t support introspecting th keybindings via IPC, but the sway-scroll fork supports that. By using that, keybindings could be grabbed and formatted for Fuzzel or similar. Using sub-modes to organize key binds can also help. Finally, you probably don’t really need some and you can remove ones you don’t really need
-
@zrzz@fosstodon.org 2026-04-24 01:30
@swat@fosstodon.org For printed, Emacs comes with a refcard.tex that can be adapted for other uses. The output looks like this: https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf And an example key definition is like this: \key{{\bf read} a file into Emacs}{C-x C-f}
-
@hyde@lazybear.social 2026-04-25 09:55
@swat@fosstodon.org I use awesowewm and it offers a nice way to see all your keybindings. But, since you're not using that, I would probably go with a simple script that grep commands in a markdown note, and keybinding to see them quickly.