Config File Like Alacritty #655
Unanswered
blueray453
asked this question in
Ideas
Replies: 2 comments
-
We have a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reload the config on the fly can be implemented using file watching which I made a pr for #588 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I use Alacritty. It's config file ( https://github.com/alacritty/alacritty/blob/master/alacritty.yml ) has two features that is extraordinary.
It's config file itself is the documentation. The default values are shown as comments (with
#
). If we want to change, then we uncomment it and change the value. We can also add lines if needed (for example, new keybinding). We do not need to check anywhere else for help (other thanalacritty --help
which show the flags and options ofalacritty
command). It is the single source of truth.Moreover, if we make any change in the config file, the changes reflect in the terminal in real time.
Is it possible to implement something similar.
Beta Was this translation helpful? Give feedback.
All reactions