micro/runtime
Zachary Yedidia f5405cee18 Improve keybinding label consistency
The old notation (for example `CtrlG`) causes confusion when combined
with new notation needed for alt (`Alt-g`) due to Alt being case
sensitive. Previously both formats were supported, but the documentation
and defaults used a combination. This commit only uses the new notation
for consistency.

Ref #1470
2020-06-17 23:11:50 -04:00
..
colorschemes Tweak railscast colorscheme to better reflect original (#1297) 2020-05-28 11:50:35 -04:00
help Improve keybinding label consistency 2020-06-17 23:11:50 -04:00
plugins Add support for dozens more languages to the comment plugin (#1729) 2020-06-16 00:49:07 -04:00
syntax python.yaml: add async as a keyword (#1713) 2020-06-08 13:45:05 -04: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.