| |
This command prompts for a command, a key and a kind of binding to make,
and then makes the specified binding. The following kinds of bindings are
allowed:
[annotate] - buffer
- Prompts for a buffer and then makes a key binding which is
only present when that buffer is the current buffer. [annotate]
- mode
- Prompts for the name of a mode and then makes a key binding which
is only in present when that mode is active in the current buffer. [annotate]
- global
- Makes a global key binding which is in effect when there is
no applicable mode or buffer key binding. This is the default.
[annotate]
[annotate] |