Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 414 Bytes

File metadata and controls

23 lines (14 loc) · 414 Bytes

align

Simple plugin to align multiple cursors in micro.

Command

> align

press Ctrl-E, type align, and press enter while multiple cursors are active to align (add spaces) to all active cursors.

Keybindings

No keybindings exist by default. However, you can easily add a binding in the bindings.json file:

{
    "Alt-&": "lua:align.align"
}

Demo

https://asciinema.org/a/610576