No description
Find a file
Michael Davis 07e21a10f0
Revert "helix-term: allow to backspace out-of the command prompt ()" ()
This reverts commit 0dc67ff885.

See the post-merge discussion in . The old behavior was less
surprising and we have other ways to abort from a prompt, so let's
revert the behavior change.
2024-03-26 14:49:39 +09:00
.cargo
.github ci: Group minor rust dependency dependabot updates 2024-03-19 14:28:15 +09:00
book doc: small formatting corrections () 2024-03-26 01:08:42 +01:00
contrib
docs use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
helix-core build(deps): bump the rust-dependencies group with 6 updates () 2024-03-26 12:55:58 +09:00
helix-dap
helix-event build(deps): bump ahash from 0.8.9 to 0.8.11 () 2024-03-06 11:09:13 +09:00
helix-loader
helix-lsp build(deps): bump tokio-stream from 0.1.14 to 0.1.15 () 2024-03-19 14:14:09 +09:00
helix-parsec use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
helix-stdx Use the OS path separator instead of / () 2024-03-26 00:59:33 +09:00
helix-term Revert "helix-term: allow to backspace out-of the command prompt ()" () 2024-03-26 14:49:39 +09:00
helix-tui Add narrow no-break space support () 2024-03-25 10:29:36 +09:00
helix-vcs build(deps): bump the rust-dependencies group with 6 updates () 2024-03-26 12:55:58 +09:00
helix-view build(deps): bump the rust-dependencies group with 6 updates () 2024-03-26 12:55:58 +09:00
runtime feat: Add Ohm language support () 2024-03-24 23:30:59 +01:00
xtask Bump tree-sitter to 0.22.2 2024-03-18 10:34:53 +09:00
.envrc
.gitattributes Add .gitattributes () 2022-08-03 08:21:51 -05:00
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 6 updates () 2024-03-26 12:55:58 +09:00
Cargo.toml Bump tree-sitter to 0.22.2 2024-03-18 10:34:53 +09:00
CHANGELOG.md
default.nix
flake.lock flake.lock: Bump flake inputs to prevent a warning message () 2024-03-06 00:00:34 +09:00
flake.nix Fix version of Nix package () 2023-12-09 03:04:09 +09:00
grammars.nix
languages.toml feat: Add Ohm language support () 2024-03-24 23:30:59 +01:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
theme.toml Add an Amp-like jump command 2024-03-23 15:35:25 +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 @jakenvac for designing the logo!