1

I desire to review all the key-sequences with prefix "C-c"

Issue C-c, it prompts

enter image description here

and remind that C-h C-n to reference the next page.
I want to view them all simultaneously within a single buffer and tried to C-x 1 with intention of see them in a full-screen buffer.

Unfortunately, such an operation is deactivated in the mini-buffer which C-c invoke, In contrast, grep-find, grep's minibuffer could be manipulated with C-x 1.

How could view all the commands prefix with C-c

Rorschach
  • 31,301
  • 5
  • 78
  • 129
AbstProcDo
  • 19,953
  • 19
  • 81
  • 138

1 Answers1

2

You should be able to use C-c? to see all the commands prefixed by C-c. If, by chance, C-c ? is bound already, try C-cC-h

Rorschach
  • 31,301
  • 5
  • 78
  • 129