No description
Find a file
2023-07-13 22:01:44 +09:00
.cargo
.github build(deps): bump cachix/install-nix-action from 21 to 22 () 2023-06-20 15:24:46 +02:00
book docs: Update mdBook theme and improve maintainability () 2023-07-09 19:20:38 +02: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 Fix crash when cwd is deleted () 2023-07-11 19:51:04 +02:00
helix-dap Fix unwrap bug in DAP () 2023-04-17 15:36:04 -05:00
helix-loader Fix crash when cwd is deleted () 2023-07-11 19:51:04 +02:00
helix-lsp Fix crash when cwd is deleted () 2023-07-11 19:51:04 +02:00
helix-parsec
helix-term enhanced surround_replace to provide visual feedback () 2023-07-13 22:01:44 +09: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 gix from 0.47.0 to 0.48.0 () 2023-07-04 03:06:16 +02:00
helix-view (Updated) Apply motion API refinements () 2023-07-09 16:50:24 -04:00
runtime runtime/themes: Add "naysayer" theme () 2023-07-13 12:01:48 +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 Fix piping to Helix on macOS () 2023-07-13 12:01:17 +09:00
Cargo.toml Update tree-sitter to v0.20.10 () 2023-04-06 12:29:17 +09:00
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock nix: Update flake dependencies 2023-05-11 11:30:46 +09:00
flake.nix nix: add overlay for convenient package usage () 2023-05-19 22:21:05 +09:00
grammars.nix
languages.toml Register systemd files as ini () 2023-07-12 13:40:58 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml feat(debug): highlight current line () 2023-03-29 12:52:19 +09:00
VERSION Bump the version to 23.05 2023-05-18 16:01:26 +09:00

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 @JakeHL for designing the logo!