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-11 13:15:45 +09:00
.cargo
.github build(deps): bump actions/checkout from 3 to 4 (#8173) 2023-09-05 08:51:19 -05:00
book re-add indent and textobject queries for perl (#7947) 2023-09-10 21:27:04 +02:00
contrib
docs remove mention of Wasm from vision.md (#7395) 2023-06-19 23:10:50 -05: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 build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038) 2023-08-22 12:49:15 +09:00
helix-lsp build(deps): bump tokio from 1.31.0 to 1.32.0 (#8105) 2023-08-29 13:12:00 +09:00
helix-parsec
helix-term Add tree-sitter-highlight-name command (#8170) 2023-09-10 14:57:44 +02: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 Lower idle-timeout to 250ms 2023-09-11 13:14:41 +09:00
runtime Add additional YAML injections (#8217) 2023-09-10 22:49:28 +02:00
xtask
.envrc
.gitattributes
.gitignore
.ignore docs: Update mdBook theme and improve maintainability (#7524) 2023-07-09 19:20:38 +02:00
base16_theme.toml
Cargo.lock Do not show (running) when opening picker (#8148) 2023-09-06 14:01:56 +09:00
Cargo.toml transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
CHANGELOG.md
default.nix
flake.lock Refactor Nix flake to use crane (#7763) 2023-07-28 13:30:26 +09:00
flake.nix Build flake packages with stable Rust (#8133) 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml Add more shebangs to languages 2023-09-11 13:15:45 +09:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md Update my name README.md (#7656) 2023-07-17 14:09:19 +09:00
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!