A post-modern modal text editor.
 
 
 
 
 
Go to file
Mehdi Abedi 4df08ddbe0
Allow numbers as second input event (#8471)
* Make sure pending key list is empty when count handling

This will allow using numbers as second key event.

* count handling; add an exception for 'g'

* Lookup the key event before considering a number as count

* Avoid the allocation of another vec for the pending keys

---------

Co-authored-by: x <x@torrent>
2024-02-14 11:53:15 +01:00
.cargo Add hook/event system 2024-01-23 11:20:19 +09:00
.github build(deps): bump actions/cache from 3 to 4 (#9402) 2024-01-23 20:23:39 +01:00
book docs: Document that what the `diff` gutter symbol does (#9587) 2024-02-13 01:48:10 +09:00
contrib Add icon to Windows executable (#9104) 2024-01-28 18:31:10 +09:00
docs
helix-core fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
helix-dap Improve error handling for `which::which` failures 2024-01-24 15:47:49 +09:00
helix-event Add hook/event system 2024-01-23 11:20:19 +09:00
helix-loader build(deps): bump toml from 0.7.6 to 0.8.10 (#9539) 2024-02-13 01:48:45 +09:00
helix-lsp fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
helix-parsec
helix-stdx build(deps): bump tempfile from 3.9.0 to 3.10.0 (#9538) 2024-02-12 02:23:24 +01:00
helix-term Allow numbers as second input event (#8471) 2024-02-14 11:53:15 +01:00
helix-tui build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617) 2024-02-13 09:57:37 +09:00
helix-vcs build(deps): bump tempfile from 3.9.0 to 3.10.0 (#9538) 2024-02-12 02:23:24 +01:00
helix-view fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
runtime theme: horizon-dark fix constructor color (#9493) 2024-02-13 01:49:42 +09:00
xtask build(deps): bump toml from 0.7.6 to 0.8.10 (#9539) 2024-02-13 01:48:45 +09:00
.envrc
.gitattributes
.gitignore
CHANGELOG.md
Cargo.lock fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
Cargo.toml Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
LICENSE
README.md Update README.md to add link to Kakoune and Neovim (#9119) 2023-12-19 15:50:39 +01:00
base16_theme.toml
default.nix
flake.lock
flake.nix Fix version of Nix package (#9013) 2023-12-09 03:04:09 +09:00
grammars.nix Make nix flake respect unused grammars (#9326) 2024-01-14 15:11:40 +01:00
languages.toml Add support for Odin's formatter (#9537) 2024-02-13 01:49:04 +09:00
logo.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
logo_dark.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
logo_light.svg Reduce logo sizes even more (#9211) 2024-01-02 23:16:37 +01:00
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml

README.md

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!