
Post-modern terminal text editor.
Free

Helix is a post-modern, built-in terminal text editor designed for efficient code editing. It offers a modern set of defaults and a smaller codebase compared to traditional editors like Vim. Helix integrates features like multiple selections, tree-sitter integration for syntax highlighting and code navigation, and language server support for auto-completion and diagnostics. Built in Rust, it avoids Electron, VimScript, and JavaScript, making it suitable for use over SSH, tmux, or a plain terminal. It includes a fuzzy finder, project-wide search, and beautiful themes. While lacking a plugin system currently, one is planned. Helix distinguishes itself from Kakoune by integrating more features and from Vim by starting from scratch with modern defaults.
Core editing primitive inspired by Kakoune, enabling concurrent code editing.
Provides error-tolerant syntax trees for improved highlighting, indentation, and navigation.
Offers auto-completion, goto definition, documentation, and diagnostics.
Ensures a fast and efficient terminal experience without relying on Electron or JavaScript.
Includes fuzzy finder, project-wide search, themes, and bracket pair auto-closing.
Optimized for terminal use, suitable for remote access and conserving battery life.
Download and install Helix on your system.,Open Helix in your terminal by typing 'hx' followed by the file name.,Use multiple selections and cursors for concurrent code editing.,Utilize the fuzzy finder to quickly locate files and symbols.,Explore the built-in features like project-wide search and syntax highlighting.
Efficiently edit code with features like multiple selections, syntax highlighting, and language server support.
Use Helix over SSH or tmux for remote coding sessions with minimal overhead.
Integrate Helix into a terminal-centric workflow for a streamlined coding experience.
Easily get started with a modern editor with a smaller codebase and modern defaults.
Developers looking for a fast, efficient, and feature-rich terminal-based text editor.
System administrators who need a reliable editor for managing code and configuration files on remote servers.
Helix is open-source and available for free.