How to show all normal binding keys?

Hi, is there any way to show all normal binding keys? How to know all binding keys?

All the (default) normal mode keys are listed in :doc keys.

:debug mappings will print all the keys mapped in all modes, and their docstrings, but not the string they’re mapped to. As far as I know, there’s no supported way to get the right-hand-side of current mappings.

Thanks, happy to know : debug mappings it really helped!