mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-12 10:00:35 +09:00
Plugins can now create their own commands using the `MakeCommand` function. Plugins can also now create their own keybindings with the `BindKey` function. See the go plugin for an example of `MakeCommand`.