micro/runtime
Zachary Yedidia a92a7dc4e6 Add savecursor option
This adds the `savecursor` option which will remember where the cursor
was when the file was closed and put it back when the file is opened
again. The option is off by default so that people aren't confused as to
why the cursor isn't at the start of a file when they open it.

This commit also adds a more general ability to serialize a buffer so
various components can be saved (which could also be useful for persistent
undo).

Fixes #107
2016-05-28 17:29:49 -04:00
..
colorschemes Rename indent-line to indent-char, change default value from | to 2016-05-17 18:09:49 +02:00
help Add savecursor option 2016-05-28 17:29:49 -04:00
plugins Refactor and clean up 2016-05-28 11:32:09 -04:00
syntax Add colorscheme to makefile syntax file 2016-05-19 07:26:10 -04:00
README.md Update readme 2016-04-18 14:04:42 -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 in in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.