Skip to content

Commit 01a0d0a

Browse files
committed
M-x transient-always-show
1 parent 66699ad commit 01a0d0a

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

content/en/usage/transient.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

content/en/usage/usage.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,12 +428,13 @@ Bookmarks are defined in the `:lem-bookmark` package.
428428

429429
Use `(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

434435
To 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

438439
To 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

0 commit comments

Comments
 (0)