aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/config/bindings.rs
Commit message (Expand)AuthorAge
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Unify string formattingHamir Mahal2024-07-24
* Add default `Home`/`End` bindings for Vi modeKirill Chibisov2024-02-08
* Fix hang on startup with some Wayland compositorsKirill Chibisov2024-02-04
* Don't use kitty sequences outside protocolKirill Chibisov2024-01-31
* Allow specifying all config keys on all platformsChristian Duerr2024-01-24
* Add vi search paste bindingsOmar Magdy2024-01-04
* Fix number-based mouse bindingsLars Francke2024-01-02
* Fix the order of `ClearSelection` in Vi modeKirill Chibisov2023-12-16
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06
* Fix chars usage inside the mouse bindingsKirill Chibisov2023-12-06
* Don't use `::*` for enum variants in bindingsKirill Chibisov2023-12-03
* Adjust default Vi's SearchBackwards bindingKirill Chibisov2023-11-28
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
* Add inline vi mode searchChristian Duerr2023-10-20
* Add bindings for macOS tabsKirill Chibisov2023-09-04
* Fix keys like `+` not working on neo layoutsKirill Chibisov2023-07-20
* Use lowercase latters in bindings for h/m/lKirill Chibisov2023-07-18
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Switch to TOML configuration formatChristian Duerr2023-06-12
* Update bitflags to 2.2.1Kirill Chibisov2023-05-17
* Allow mode-exclusive bindings in any modeChristian Duerr2023-04-15
* Create new windows with Cmd+N by defaultChristian Duerr2023-01-27
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix clippy warningsChristian Duerr2022-10-12
* Add IPC config subcommandChristian Duerr2022-09-01
* Add vi action to center view around vi cursorjeremycostanzo2022-06-10
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
* Fix block selection expansion with Ctrl + RMBKirill Chibisov2022-01-11
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* 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 vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add hide other windows binding on macOSKam Kudla2021-04-08
* Add regex terminal hintsChristian Duerr2021-03-01
* 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
* Bump glutin to 0.26.0Kirill Chibisov2020-12-11
* Bump glutin to 0.25.0Kirill Chibisov2020-10-07
* Add ^C binding to cancel search and leave Vi modeChristian Duerr2020-08-10