micro/runtime
Zachary Yedidia de9567322b Rebind Home and End to StartOfLine and EndOfLine
This commit changes the default keybindings for Home and End. It
also changes the InsertEnter action to InsertNewline (a better name)
although InsertEnter is still valid for backwards compatibility.

Closes #206
2016-08-16 10:55:04 -04:00
..
colorschemes Change default colorscheme to monokai 2016-07-05 18:34:51 -04:00
help Rebind Home and End to StartOfLine and EndOfLine 2016-08-16 10:55:04 -04:00
plugins Fix issue with autoclose plugin 2016-07-24 16:19:41 -04:00
syntax To only use the colorscheme groups 2016-07-30 20:20:28 +02: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.