No description
Find a file
2021-04-24 11:46:46 +09:00
.github/workflows
book
doc
helix-core auto_pairs: move if cursor, extend if selection. 2021-04-22 23:26:57 +09:00
helix-lsp Update dependencies. 2021-04-21 13:36:32 +09:00
helix-syntax Import tree sitter queries. 2021-04-08 23:25:35 +09:00
helix-term Center forward and backward jumps too. 2021-04-24 11:46:46 +09:00
helix-view Fix the last line calculation inside ensure_cursor_in_view 2021-04-14 17:15:32 +09:00
runtime/queries Fix C highlighting inconsistencies. 2021-04-23 18:42:29 +09:00
.envrc
.gitignore
.gitmodules Import tree sitter queries. 2021-04-08 23:25:35 +09:00
Cargo.lock Update dependencies. 2021-04-21 13:36:32 +09:00
Cargo.toml
flake.lock nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
flake.nix nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
languages.toml Golang uses tabs for indentation. 2021-04-23 18:55:34 +09:00
README.md
shell.nix nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
theme.toml Fix C highlighting inconsistencies. 2021-04-23 18:42:29 +09:00
TODO.md Keep primary selection as space+space. 2021-04-10 00:21:54 +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.