- Use
define-prefix-commandto define a named prefix - Bind
C-c xto that prefix command - Bind
sandrin the prefix command keymap
When you type C-c, which-key will then show you your chosen prefix name instead of just "prefix", which gives you better context for which commands you can expect to be bound underneath it.
Obviously you can type x (with or without doing the above) to see the bindings themselves.