1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
A post-modern modal text editor. https://helix-editor.com
Go to file
2023-09-13 16:37:39 +02:00
.cargo
.github build(deps): bump actions/checkout from 3 to 4 (#8173) 2023-09-05 08:51:19 -05:00
book Fix search highlighting for the default docs theme (#8270) 2023-09-13 16:37:39 +02:00
contrib
docs Fix search highlighting for the default docs theme (#8270) 2023-09-13 16:37:39 +02:00
helix-core Fix various typos (#8233) 2023-09-10 15:31:12 -05:00
helix-dap
helix-event transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
helix-loader
helix-lsp
helix-parsec
helix-term Add insert-final-newline config option (#8157) 2023-09-11 19:06:25 -05:00
helix-tui crossterm: Handle 'hidden' modifier (#8120) 2023-08-31 15:11:01 +09:00
helix-vcs transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
helix-view Add insert-final-newline config option (#8157) 2023-09-11 19:06:25 -05:00
runtime Better indent line color for Dracula theme. (#8266) 2023-09-12 23:06:21 +02:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock build(deps): bump rustix from 0.38.11 to 0.38.13 (#8249) 2023-09-12 02:47:31 +02:00
Cargo.toml transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
CHANGELOG.md
default.nix
flake.lock
flake.nix Build flake packages with stable Rust (#8133) 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml Disable auto-pairing ` in OCaml (#8260) 2023-09-12 12:51:54 -05:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml
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 @jakenvac for designing the logo!