I had a feeling that they were different from the standard ones.

  • Maybe you didn’t download emacs but ErgoEmacs? Shotkatas rebuilt there - Drezden KrupaKarlo
  • I downloaded the original bent emax, but that's not the question. And the fact that I want to know what commands are in general and how to call them. - Cerbo
  • Ch r Calls Emacs Manual. There, different teams are divided into sections. Or through the menu Help -> Read Emacs Manual. - Drezden KrupaKarlo

1 answer 1

A list of commands with shortcuts can be obtained by Mx describe-bindings or Ch b

Source https://kb.iu.edu/d/abbf

  • one
    The easiest way to get a complete list of IMHO commands (functions) is to type Ch f <TAB> . The list appears in the *Completions* buffer. Clicking the command on a command will get its description (with current bindings). - avp