Skip to content

Instantly share code, notes, and snippets.

@jclosure
Created April 28, 2015 06:03
Show Gist options
  • Save jclosure/1ed8881ff0462bb76cbc to your computer and use it in GitHub Desktop.
Save jclosure/1ed8881ff0462bb76cbc to your computer and use it in GitHub Desktop.
Get Emacs Keys for Function or Function for Keys
You can get help for a command by typing
C-h f function-name
This will usually tell you if it has a standard key binding. Conversely, given a key sequence, you can type
C-h k key-sequence
To get the command that would run. For more help on getting help, you can type
C-h ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment