A post-modern modal text editor.
Go to file
2021-05-08 18:25:19 +09:00
.github/workflows Checkout submodules on clone. 2020-09-12 19:35:26 +09:00
book Update book css styling. 2021-04-07 23:56:56 +09:00
doc deps update 2021-02-09 15:40:06 +09:00
helix-core Add the :new command, don't crash if saving without filename. 2021-05-07 14:19:58 +09:00
helix-lsp Remove some of the panics, just log instead. 2021-05-08 18:17:13 +09:00
helix-syntax syntax: Don't deadlock the build if one of the jobs fails. 2021-05-05 16:21:12 +09:00
helix-term Fix jumplist jumps, keep the selection on vsplit. 2021-05-08 18:25:19 +09:00
helix-view Only send the document close event if we're closing the underlying buffer 2021-05-07 14:52:47 +09:00
runtime/queries Fix C highlighting inconsistencies. 2021-04-23 18:42:29 +09:00
.envrc Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitignore Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitmodules Import tree sitter queries. 2021-04-08 23:25:35 +09:00
Cargo.lock Drop shellexpand. 2021-05-08 11:54:19 +09:00
Cargo.toml Faster dev builds on OSX if using Rust 1.51. 2021-03-29 15:22:07 +09:00
flake.lock Bump deps: rust 1.52. 2021-05-07 17:10:27 +09:00
flake.nix Closer to a full flake build via naersk. 2021-05-03 22:39:53 +09:00
languages.toml Golang uses tabs for indentation. 2021-04-23 18:55:34 +09:00
README.md deps update 2021-02-09 15:40:06 +09:00
shell.nix nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
theme.toml Define text color (mostly) in theme.toml. 2021-05-07 17:42:09 +09:00
TODO.md Make post hooks trigger even when a different handler processes input. 2021-05-03 17:56:02 +09:00

Helix

Crate Description
helix-core Core editing primitives, functional.
helix-syntax Tree-sitter grammars
helix-view UI abstractions for use in backends, imperative shell.
helix-term Terminal UI

Installation

git clone --depth 1 --recurse-submodules -j8 https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term

This will install the hx binary to $HOME/.cargo/bin.