13.2 Binding Keys

Bind Key   [Command]
          

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]

Delete Key Binding   [Command]
          

This command prompts for a key binding the same way that Bind Key does and makes the specified binding go away. [annotate]

[annotate]