Simple plugin to align multiple cursors in micro.
> align
press Ctrl-E
, type align
, and press enter while multiple cursors are active to align (add spaces) to all active cursors.
No keybindings exist by default. However, you can easily add a binding in the bindings.json
file:
{
"Alt-&": "lua:align.align"
}