aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/config/bindings.rs
Commit message (Expand)AuthorAge
* 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
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix movement within search matchesChristian Duerr2020-07-14
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Rework default config binding replacementKirill Chibisov2020-06-15
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Treat Shift + Backspace as BackspaceAlexey Chernyshov2020-05-07
* Extend style guideline documentationChristian Duerr2020-05-05
* Use numbers instead of strings for additional mouse bindingsDavid Herberth2020-05-02
* Add CopyPrimary keybinding action on Linux/BSDKirill Chibisov2020-03-23
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Add default keybinding for SpawnNewInstance on macOSNathan Lilienthal2020-03-17
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Fix backspace deleting chars when IME is openChristian Duerr2020-01-30
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Force exact modifiers match for mouse bindingsChristian Duerr2020-01-10
* Fix keybinding deserializationChristian Duerr2020-01-07
* Remove winit key remappingsChristian Duerr2020-01-06
* Add `Minimize` binding actionKirill Chibisov2020-01-05
* Bump winit to 0.20.0 Alpha 6Christian Duerr2020-01-05
* Add Insert/Delete bindings with combined modifiersKirill Chibisov2019-11-28
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05