Helix Mirror
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Khang Nguyen Duy 4d2282cbcc
Respect undercurl config even with no terminfo (#9897)
I have just found out that my recent Windows Terminal version
supported rendering undercurl (see
https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-20-release
). However, looking at the source, terminfo is required for helix to
emit the undercurl control code, which isn't available on Windows AFAIK.

This commit make helix respects the `editor.undercurl` option when
there is no terminfo.

Tested on Windows Terminal Preview 1.20

Signed-off-by: Khang Nguyen <khang.nguyenduycse@hcmut.edu.vn>
2 months ago
.cargo Add hook/event system 4 months ago
.github ci: Group minor rust dependency dependabot updates 2 months ago
book Add yaml LSP for docker compose (#9916) 2 months ago
contrib Completely fix bash autocomplete handling of filenames with spaces (#9708) 3 months ago
docs use workspace inheritance for common version (#8925) 6 months ago
helix-core build(deps): bump the rust-dependencies group with 3 updates (#9929) 2 months ago
helix-dap Improve error handling for `which::which` failures 4 months ago
helix-event build(deps): bump ahash from 0.8.9 to 0.8.11 (#9813) 2 months ago
helix-loader build(deps): bump tempfile from 3.10.0 to 3.10.1 (#9733) 3 months ago
helix-lsp build(deps): bump tokio-stream from 0.1.14 to 0.1.15 (#9926) 2 months ago
helix-parsec use workspace inheritance for common version (#8925) 6 months ago
helix-stdx Optimize get_truncated_path 2 months ago
helix-term Optimize getting a relative path 2 months ago
helix-tui Respect undercurl config even with no terminfo (#9897) 2 months ago
helix-vcs build(deps): bump gix from 0.58.0 to 0.61.0 (#9924) 2 months ago
helix-view build(deps): bump the rust-dependencies group with 3 updates (#9929) 2 months ago
runtime add koka language support (#8727) 2 months ago
xtask Bump tree-sitter to 0.22.2 2 months ago
.envrc direnv: Watch the rust-toolchain file (#8921) 6 months ago
.gitattributes Add .gitattributes (#3318) 2 years ago
.gitignore Remove vale from .gitignore 2 years ago
CHANGELOG.md Add changelog notes for 23.10 (#8086) 7 months ago
Cargo.lock build(deps): bump the rust-dependencies group with 3 updates (#9929) 2 months ago
Cargo.toml Bump tree-sitter to 0.22.2 2 months ago
LICENSE Add the LICENSE file. 3 years ago
README.md Update README.md to add link to Kakoune and Neovim (#9119) 5 months ago
base16_theme.toml Set ui.text.inactive for official themes 1 year ago
default.nix build(nix): update flake deps, add default.nix file 2 years ago
flake.lock flake.lock: Bump flake inputs to prevent a warning message (#9816) 2 months ago
flake.nix Fix version of Nix package (#9013) 5 months ago
grammars.nix Make nix flake respect unused grammars (#9326) 4 months ago
languages.toml Add yaml LSP for docker compose (#9916) 2 months ago
logo.svg Reduce logo sizes even more (#9211) 5 months ago
logo_dark.svg Reduce logo sizes even more (#9211) 5 months ago
logo_light.svg Reduce logo sizes even more (#9211) 5 months ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877) 6 months ago
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 3 years ago
screenshot.png update screenshot (#1879) 2 years ago
shell.nix build(nix): update flake deps, add default.nix file 2 years ago
theme.toml Support LSP diagnostic tags (#9780) 3 months 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

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!