mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
* add binding for more primitive backspace * support selecting page up and page down * fix matchbraceleft for braces that start on x=0 * fix multiline copy-paste indenting let's say you have two lines like <space><space>line1 <space><space>line2 so you start from cursor x=0 and select both lines, then paste. we don't want any leading whitespace in this case, because the cursor is already at x=0 and the selection already includes whitespace. |
||
|---|---|---|
| .. | ||
| colorschemes | ||
| help | ||
| plugins | ||
| syntax | ||
| README.md | ||
Runtime files for Micro
This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes
and syntax files, you can put them in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.