Editing With emacs |
The bind command displays or modifies the emacs editing key bindings.
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: