micro/runtime
Zachary Yedidia 18f9b6f34e Add tabmovement option
This option makes micro treat spaces at the beginning of lines as if
they are tabs. This option only does anything if tabstospaces is already
on. E.g. micro will move over 4 spaces at once when at the start of a
line.

Closes #616
2017-05-05 12:04:18 -04:00
..
colorschemes Relocate cursor on search 2017-03-31 10:39:10 -04:00
help Add tabmovement option 2017-05-05 12:04:18 -04:00
plugins Add termtitle option and move autoclose utf8 code 2017-04-29 16:01:09 -04:00
syntax Improved R syntax rules 2017-04-15 02:06:19 +02:00
README.md Update syntax readme and docs 2017-03-26 18:58:08 -04:00

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.