Emacs Init: Which Key Mode
Which Key Mode
new in Emacs 30 (date 2025)
which key mode lets you see next valid key in emacs keybinding, and associated command name.

put this in your Emacs Init File:
(when (fboundp 'which-key-mode) (which-key-mode))