aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/input.rs
Commit message (Expand)AuthorAge
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Handle disambiguated keycodes (#4887)Michael Davis2022-11-29
* Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* fix: Don't translate mouse up events as downBlaž Hrastnik2022-08-31
* Allow less than and greater than in macros (#3556)A-Walrus2022-08-30
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Update to crossterm-0.25 (#3390)Charlie Groves2022-08-22
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Format keys identically in statusline and command palette (#2790)Gokul Soumya2022-06-21
* simplify some keymap key names follow up tests (#2694)Henry2022-06-17
* simplify some keymap key names (#2677)Henry2022-06-06
* Extract macro parsing to `helix-view` and add unit testsOmnikar2021-12-27
* Macros (#1234)Omnikar2021-12-12
* fix: Normalize backtab into shift-tabBlaž Hrastnik2021-12-06
* Implement key ordering for info boxDaniel Ebert2021-11-03
* fix: KeyEvent::char needs to ignore modifiersBlaž Hrastnik2021-08-26
* Refactor case where key event is solely a characterGokul Soumya2021-07-29
* Allow multi key remappings in config file (#454)Gokul Soumya2021-07-26
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
* Add infoboxIvan Tham2021-07-04
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19