summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/vi_mode.rs
AgeCommit message (Expand)Author
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-07-18Remove unnecessary mutable referencesPavel Roskin
2023-07-16Mention all the actions in the man pageKirill Chibisov
2022-07-11Fix hyperlinks not being keyboard actionableKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-07-04Fix vi cursor motion with ScrollPage* actionsa5ob7r
2021-06-16Fix ScrollHalfPageUp vi cursor motion regressiona5ob7r
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-09-27Add support for single line terminalsii41
2020-08-28Add escape to report text area sizeAyose Cazorla
2020-08-25Unify term dimension callsChristian Duerr
2020-08-12Fix handling of wrapline flag in last lineChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-18Add modal keyboard motion modeChristian Duerr