aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/config
Commit message (Expand)AuthorAge
* add logo key prefix and alt behavior configuration optionsexperimentalJosh Rahm2021-10-25
* Make keybindings more consistent with libtermkeyJosh Rahm2021-10-11
* Add some more terminal code stuff.Josh Rahm2021-10-06
* Watch non-canonical path for config symlinksNaïm Favier2021-08-27
* Fix 'background_opacity' deprecationChristian Duerr2021-08-23
* Migrate CLI config to structoptChristian Duerr2021-08-18
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Add ExpandSelection mouse binding actionJason Heard2021-07-29
* Fix leaving vi mode with active selectiona5ob7r2021-07-07
* Fix clippy warningsChristian Duerr2021-07-03
* Add modes to regex hint bindingsJoshua Ortiz2021-06-19
* Add ipfs/ipns URL scheme supportAlfonso Montero2021-05-21
* Fix default URL bindingChristian Duerr2021-05-10
* Fix URL highlighting with unicode whitespaceChristian Duerr2021-05-09
* Add deprecation warning for mouse URL configChristian Duerr2021-05-01
* Use cell colors for focused match CellRgbNathan Lilienthal2021-04-30
* Add support for magnet URLsRaphael Nestler2021-04-30
* Add hint action for moving the vi cursorChristian Duerr2021-04-15
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add hide other windows binding on macOSKam Kudla2021-04-08
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix URLs opening in explorer on WindowsSerban Constantin2021-03-15
* Add regex terminal hintsChristian Duerr2021-03-01
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Add default binding to cancel search on Ctrl+CChristian Duerr2020-12-31
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add search history supportChristian Duerr2020-12-20
* Add separate mode for search bindingsChristian Duerr2020-12-19
* Increase file watcher delay on BSDChristian Duerr2020-12-17
* Fix live reload with broken yaml on startChristian Duerr2020-12-14
* Bump glutin to 0.26.0Kirill Chibisov2020-12-11
* Print multiline logs in one write callKirill Chibisov2020-12-10
* Remove redundant CLI flagsChristian Duerr2020-11-26
* 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
* Bump glutin to 0.25.0Kirill Chibisov2020-10-07
* Add support for single line terminalsii412020-09-27
* 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
* Add ^C binding to cancel search and leave Vi modeChristian Duerr2020-08-10
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Rename font crate to crossfontChristian Duerr2020-07-18
* Add support for searching without vi modeChristian Duerr2020-07-15