No description
Find a file
2023-11-19 14:44:02 -06:00
.cargo
.github Add an installation method field to the bug report template () 2023-11-04 09:34:54 +09:00
book GN language support () 2023-11-18 17:11:18 +09:00
contrib
docs
helix-core Default 'roots' field of language config 2023-11-14 11:56:53 +09:00
helix-dap
helix-event
helix-loader
helix-lsp build(deps): bump tokio from 1.33.0 to 1.34.0 () 2023-11-14 11:55:57 +09:00
helix-parsec
helix-term make increment/decrement exit select mode 2023-11-18 01:07:57 -06:00
helix-tui Use terminfo to reset terminal cursor style () 2023-10-26 18:36:34 -05:00
helix-vcs
helix-view Swap system and primary clipboard registers () 2023-11-03 09:51:10 +09:00
runtime [themes] Mention license files in README 2023-11-19 14:44:02 -06:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock build(deps): bump rustix from 0.38.21 to 0.38.22 () 2023-11-15 20:21:00 +01:00
Cargo.toml
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix grammars.nix: allow the user to apply overlays () 2023-11-09 09:56:57 +01:00
languages.toml GN language support () 2023-11-18 17:11:18 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
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!