File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ to always show help on-screen.
2727
2828## Show all current keybindings
2929
30- Setting ` lem/transient:*transient-always-show* ` to ` t ` makes it show
31- all available keybindings for the current mode(s):
30+ Use ` Alt-x transient-always-show ` to show all available keybindings
31+ for the current mode(s).
32+
33+ You can also use this setting:
3234
3335``` lisp
3436(setf lem/transient::*transient-always-show* t)
3537```
3638
3739<div style =" text-align : center ;" > <img src =" https://raw.githubusercontent.com/lem-project/lem/main/extensions/transient/transient-dashboard.png " /> </div >
3840
41+
3942## Configuration
4043
4144### Delay
Original file line number Diff line number Diff line change @@ -428,12 +428,13 @@ Bookmarks are defined in the `:lem-bookmark` package.
428428
429429Use ` (describe (find-package \"lem-bookmark\")) ` to find all available commands.
430430
431+ ## Help, finding keys and commands
431432
432- ## Describe keys
433+ ### Describe keys
433434
434435To know what function is bound to a key binding, use ` C-x ? ` (` Alt-x describe-key ` ).
435436
436- ## Describe and list available bindings
437+ ### Describe and list available bindings
437438
438439To see the available key bindings in the current keymap, use ` Alt-x describe-bindings ` .
439440
@@ -447,6 +448,16 @@ You can do more and *list all Lem's existing keybindings* with `Alt-x documentat
447448
448449<img class =" " src =" /documentation-describe-bindings.png " alt =" " >
449450
451+ ### Transient: show available key bindings
452+
453+ Since May of 2026, Lem has [ transient popups] ( /usage/transient/ ) : a text pop-up,
454+ displayed at the bottom of the screen, that shows keys and their associated commands.
455+
456+ Use ` Alt-x transient-always-show ` to display the list of all available key bindings, for the current mode(s).
457+
458+ <div style =" text-align : center ;" > <img src =" https://raw.githubusercontent.com/lem-project/lem/main/extensions/transient/transient-dashboard.png " /> </div >
459+
460+
450461
451462## Keyboard macros
452463
You can’t perform that action at this time.
0 commit comments