mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
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
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.