micro/runtime
Ján Jančár f0da73bae2
Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612)
These actions reintroduce the behavior of micro where the Home key
toggles between the start of text (first) and the start of the line.
The same applies for the variant with selection. This commit also
sets these bindings as the defaults.
2020-04-10 17:21:02 -04:00
..
colorschemes Add color schemes dukeubuntu-tc, dukedark-tc and dukelight-tc (#1547) 2020-03-07 22:07:43 -05:00
help Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
plugins Add Haskell linter hlint to linter plugin (#1610) 2020-04-05 14:05:01 -04:00
syntax Support csharp-script syntax. (#1425) 2020-04-10 13:57:36 -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.