aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/main.rs
Commit message (Expand)AuthorAge
* Handle BrokenPipe when piping hx --health through head (#1876)Nirmal Patel2022-03-30
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* fix '--grammar' flag in help text (#1784)Michael Davis2022-03-10
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* implement build_grammars and fetch_grammarsMichael Davis2022-03-10
* add --fetch-grammars and --build-grammars CLI flagsMichael Davis2022-03-10
* Add --edit-config flag to directly open config.toml (#1771)Joe2022-03-09
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* Allow specifying file start position (#445)Ivan Tham2022-01-23
* revert log truncation (#895) (#1130)Kirawi2021-11-19
* helix-term/commands: implement cquit (#1096)Cole Helbling2021-11-15
* Add commit hash to version info, if present (#957)Gygaxis Vainhardt2021-11-14
* Launch with defaults upon invalid config/theme (#982)Omnikar2021-11-06
* Add `--tutor` option to `hx --help` output (#924)Omnikar2021-10-28
* log syntax highlighting init errors (#895)Kirawi2021-10-23
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
* Create all parent directories for config and cacheWojciech Kępka2021-06-07
* Separate helix-term as a libraryIvan Tham2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Default log file to cacheIvan Tham2021-06-03
* Refactored parse_args loopCorey Powell2021-06-02
* Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
* Fix panic opening rust fileIvan Tham2021-06-02
* Use config_dir for logging, create config_dirWojciech Kępka2021-06-02
* Improve errors handling in main by adding contextDanilo Spinella2021-06-01
* Allow setting verbosity to info againBlaž Hrastnik2021-05-31
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Tokio migration.Blaž Hrastnik2021-05-06
* Load config files from ~/.config/helix, fallback to defaults.Blaž Hrastnik2021-04-07
* Allow starting hx without a file. A new blank file will be created.Blaž Hrastnik2021-04-06
* clippy lintBlaž Hrastnik2021-03-31
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
* Always store the log file under home dir.Blaž Hrastnik2021-02-19
* Address clippy lints.Blaž Hrastnik2021-01-08
* Move ui modules under a ui:: namespace.Blaž Hrastnik2020-12-13
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* wip: CompositorBlaž Hrastnik2020-12-06
* Save commandBlaž Hrastnik2020-12-03
* Configure logging (-vv for debug level logs)Blaž Hrastnik2020-12-03
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03
* wip: Fetching diagnostics, parsing notifications.Blaž Hrastnik2020-12-03
* wip: Basic LSP lifecycle requests/notifications.Blaž Hrastnik2020-12-03