help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do you lookup keybindings of a command?


From: Xah Lee
Subject: Re: How do you lookup keybindings of a command?
Date: Wed, 08 Dec 2010 15:17:10 -0000
User-agent: G2/1.0

On Jul 2, 2:28 am, Elena <egarr...@gmail.com> wrote:
> Hello,
>
> how do you lookup keybindings of a command? That is, how do you find
> out you can call `backward-word' by "C-b" (and maybe other keys)?

am surprised that you didn't know this after seeing your elisp posts
for a year or more?

finding the key to a command or the command of a key is the most
fundamental knowledge in emacs know how.

Ctrl+h k        describe-key    Find the command name of a shortcut
Ctrl+h f        describe-function       Find the shortcut of a command

detail:

• Tips on Long Term Emacs Productivity
  http://xahlee.org/emacs/effective_emacs.html

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]