bind Command

Related Topics:

Editing With emacs

The bind command displays or modifies the emacs editing key bindings.

Syntax
bind Display the current emacs editing key bindings.
bind key=definition Bind key to definition definition.
bind key Display the current definition for key.
bind key= Remove binding of key.
bind -m key=definition Define key to be a macro with definition definition.
bind -m Same as bind.

where:

key is the name of a key.

definition is the definition of the macro to be bound to the key.