mine.bind[chord action]
Binds a key chord to an editor action.
Parses the chord string into an internal key event and maps it to the specified action. If the key chord is invalid or cannot be parsed, an error message is printed to the editor's message area.
Example
(mine.bind C-s save-buffer)