zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
25.26k stars 1.18k forks source link

Option for global config? #3525

Open helpimnotdrowning opened 3 weeks ago

helpimnotdrowning commented 3 weeks ago

Description of the problem or steps to reproduce

Is there some location where I can write to a global config directory, that ideally can be overridden piecemeal by a personal config?

Specifications

Using:

Andriamanitra commented 3 weeks ago

There is no global config but you can specify a custom configuration directory when launching micro with a command line option micro -config-dir /tmp.

I personally think cascading configuration files are not worth the extra complexity. Multiple competing sources of configuration would make debugging issues more complicated.