No description
Find a file
dependabot[bot] 46251a1411
build(deps): bump tempfile from 3.6.0 to 3.7.0 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 03:03:03 +02:00
.cargo
.github build(deps): bump cachix/install-nix-action from 21 to 22 () 2023-06-20 15:24:46 +02:00
book Fix docs for default statusline config () 2023-07-24 08:51:35 -05:00
contrib Add 23.05 to the AppData 2023-05-18 16:01:26 +09:00
docs remove mention of Wasm from vision.md () 2023-06-19 23:10:50 -05:00
helix-core build(deps): bump indoc from 2.0.2 to 2.0.3 () 2023-07-18 10:49:11 +09:00
helix-dap
helix-loader build(deps): bump tempfile from 3.6.0 to 3.7.0 () 2023-07-25 03:03:03 +02:00
helix-lsp Drop mut from variable to silence linter () 2023-07-22 23:31:24 +09:00
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term build(deps): bump tempfile from 3.6.0 to 3.7.0 () 2023-07-25 03:03:03 +02:00
helix-tui Fix style overwriting in table rows with multiple cells () 2023-06-08 13:28:26 +09:00
helix-vcs build(deps): bump tempfile from 3.6.0 to 3.7.0 () 2023-07-25 03:03:03 +02:00
helix-view Add support for LSP DidChangeWatchedFiles () 2023-07-22 00:21:21 +02:00
runtime Fix selection highlighting in remaining gruvbox derived themes () 2023-07-23 16:45:13 +09:00
xtask Fix docgen again 2023-05-18 21:58:17 +02:00
.envrc
.gitattributes
.gitignore
.ignore docs: Update mdBook theme and improve maintainability () 2023-07-09 19:20:38 +02:00
base16_theme.toml
Cargo.lock build(deps): bump tempfile from 3.6.0 to 3.7.0 () 2023-07-25 03:03:03 +02:00
Cargo.toml
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock
flake.nix nix: add overlay for convenient package usage () 2023-05-19 22:21:05 +09:00
grammars.nix
languages.toml switch to https://github.com/tree-sitter-perl/tree-sitter-perl () 2023-07-17 14:09:38 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Update my name README.md () 2023-07-17 14:09:19 +09:00
rust-toolchain.toml
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 2021-07-23 18:11:22 +09:00
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
theme.toml
VERSION

Helix

Build status GitHub Release Documentation GitHub contributors Matrix Space

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to Emacs) in wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @jakenvac for designing the logo!