r/o

Add release notes for 25.07.1 9f4ef2fc parent fd8aacc1

(cherry picked from commit a05c151bb6e8)

authored by Michael Davis

πŸ‘€
.cargo
Add hook/event system 2 years ago
πŸ‘€
.github
build: lower ubuntu version from `24.04` to `22.04` (#13983) 7 months ago
πŸ‘€
book
Add textobjects for XML, HTML and JSX (#11158) 7 months ago
πŸ‘€
contrib
Add release notes for 25.07.1
πŸ‘€
7 months ago
πŸ‘€
docs
fix: typos (#13505) 10 months ago
πŸ‘€
helix-core
build(deps): bump toml from 0.8.23 to 0.9.2 in the rust-dependencies group (#13955)
πŸ‘€
7 months ago
πŸ‘€
helix-dap
DAP: Support the startDebugging reverse request (#13403) 8 months ago
πŸ‘€
helix-event
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
helix-loader
build(deps): bump toml from 0.8.23 to 0.9.2 in the rust-dependencies group (#13955)
πŸ‘€
7 months ago
πŸ‘€
helix-lsp
build(deps): bump the rust-dependencies group with 2 updates (#13909)
πŸ‘€
8 months ago
πŸ‘€
helix-lsp-types
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
helix-parsec
fix(clippy): clippy 1.83 lints (#12150) 1 year ago
πŸ‘€
helix-stdx
Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 8 months ago
πŸ‘€
helix-term
Add textobjects for XML, HTML and JSX (#11158) 7 months ago
πŸ‘€
helix-tui
Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 8 months ago
πŸ‘€
helix-vcs
Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 8 months ago
πŸ‘€
helix-view
build(deps): bump toml from 0.8.23 to 0.9.2 in the rust-dependencies group (#13955)
πŸ‘€
7 months ago
πŸ‘€
runtime
Add textobjects for XML, HTML and JSX (#11158) 7 months ago
πŸ‘€
xtask
build(deps): bump toml from 0.8.23 to 0.9.2 in the rust-dependencies group (#13955)
πŸ‘€
7 months ago
πŸ‘€
.envrc
direnv: Watch changes to default.nix
πŸ‘€
1 year ago
πŸ‘€
.gitattributes
Help Linguist identify Tree-sitter queries (#13436) 10 months ago
πŸ‘€
.gitignore
fix: added .DS_Store to gitignore 1 year ago
πŸ‘€
CHANGELOG.md
Add release notes for 25.07.1
πŸ‘€
7 months ago
πŸ‘€
Cargo.lock
Add release notes for 25.07.1
πŸ‘€
7 months ago
πŸ‘€
Cargo.toml
Add release notes for 25.07.1
πŸ‘€
7 months ago
πŸ‘€
LICENSE
Add the LICENSE file. 4 years ago
πŸ‘€
README.md
Fix repology badge (#11895) 1 year ago
πŸ‘€
base16_theme.toml
base16_default: add styles to newer unthemed features (#10858)
πŸ‘€
1 year ago
πŸ‘€
default.nix
fix: fix support for grammar overlays and include predicate (#13603) (#13613) 9 months ago
πŸ‘€
flake.lock
flake: drop flake-utils dependency 10 months ago
πŸ‘€
flake.nix
fix: typos (#13505) 10 months ago
πŸ‘€
grammars.nix
chore: clean up grammars.nix (#13506) 10 months ago
πŸ‘€
languages.toml
Add tree-sitter injections for jj config files (#13926) 7 months ago
πŸ‘€
logo.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
logo_dark.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
logo_light.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
rust-toolchain.toml
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
rustfmt.toml
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 4 years ago
πŸ‘€
screenshot.png
update screenshot (#1879) 3 years ago
πŸ‘€
shell.nix
build(nix): update flake deps, add default.nix file 3 years ago
πŸ‘€
theme.toml
Allow theming directory prompt completions (#12205) 1 year ago

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

Although it’s primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using 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!