buffer-bind-key - Create local key binding for current buffer
buffer-unbind-key - Remove local key binding for current buffer
buffer-bind-key "command" "key"
buffer-unbind-key "key"
buffer-bind-key creates a key binding local to the current buffer, binding the command command to the keyboard input key. This command is particularly useful in conjunction with file loading hooks (see add-file-hook(2)) allowing local key bindings dependent upon the context of the buffer.
The message line input is not effected by the current buffers local bindings.
buffer-unbind-key unbinds a user created local key binding, this command effects only the current buffer.
The prefix commands cannot be rebound with this command.
Key response time linearly increases with each local binding added.
(c) Copyright JASSPA 1999
Last Modified: 1999/01/27
Generated On: 1999/07/16