For a modern modal text editor written in Rust, the strongest matches are helix-editor/helix (Helix is a Rust-based terminal modal text editor with), lapce/lapce (Lapce is a modern, modal text editor written in) and zed-industries/zed (Zed is an open-source, Rust-based code editor with built-in). sinelaw/fresh is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
محررات نصوص عالية الأداء مبنية بلغة Rust وتتميز بسير عمل التحرير النمطي (modal editing) لمعالجة الأكواد بكفاءة.
Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object
Helix is a Rust-based terminal modal text editor with deep structural parsing integration (tree-sitter and LSP), perfectly matching your search for a modern, Vim-like editor with built-in language intelligence and extensibility.
Lapce is a high-performance text editor built with Rust that utilizes hardware acceleration for fast rendering and responsiveness. It functions as a modal text editor with Vim-style keybindings to minimize hand movement, an LSP client for language intelligence, and a remote development environment for editing files and executing code on distant servers. The editor features an extensible architecture based on the WebAssembly System Interface, allowing it to execute plugins compiled to WASI for cross-language functionality. It further distinguishes itself by implementing the Debug Adapter Proto
Lapce is a modern, modal text editor written in Rust with Vim-style keybindings, LSP support, a WASI-based plugin system, and GPU-accelerated rendering, covering most of the requested features — though tree-sitter syntax highlighting and multiple cursors aren't explicitly confirmed, it squarely fits the category.
Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactoring, and code generation. The editor distinguishes itself through a GPU-accelerated rendering pipeline and an asynchronous multi-threaded architecture that ensures low-latency interaction even with large-scale projects. It features built-in support for real-time, multi-user colla
Zed is an open-source, Rust-based code editor with built-in Vim emulation, LSP integration, tree-sitter highlighting, a GPU-accelerated renderer, a terminal, and an extension system—exactly the modern modal editor you're looking for.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
This repository offers a terminal-based code editor in Rust with Language Server Protocol support, a plugin system via sandboxed TypeScript scripts, and multiple cursors, fitting the description of a modern modal editor; however, it does not explicitly advertise Vim keybindings or a built-in terminal emulator.