aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/config/mod.rs
Commit message (Expand)AuthorAge
* Add regex terminal hintsChristian Duerr2021-03-01
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add separate mode for search bindingsChristian Duerr2020-12-19
* Fix live reload with broken yaml on startChristian Duerr2020-12-14
* Print multiline logs in one write callKirill Chibisov2020-12-10
* Add support for '~/' in config importsChristian Duerr2020-11-24
* Ignore nonexistent config imports instead of raising an errorJames Simpson2020-11-19
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Fix CLI arguments without config fileChristian Duerr2020-09-20
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Fix config import error handlingChristian Duerr2020-08-22
* Add configuration file importsChristian Duerr2020-08-21
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Remove alacritty.yml mentions from font crate errorsKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Extend style guideline documentationChristian Duerr2020-05-05
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Remove `tabspaces` config optionChristian Duerr2020-03-01
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Remove scrolling.auto_scroll featureKirill Chibisov2020-01-20
* Fix reset CLI parameters on config reload (#3216)Christian Duerr2020-01-17
* Force exact modifiers match for mouse bindingsChristian Duerr2020-01-10
* Replace deprecated Error methodssterlingjensen2020-01-03
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Remove automatic config generationKirill Chibisov2019-10-06
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05