基于 Rust 开发的文本编辑器,灵感受Kakoune启发,操作类vim,可以快速查看和编辑各种文本和代码,支持多种编程语言。
特性
- Vim 风格的模态编辑
- 多重选择
- 内置语言服务器支持
- 通过 tree-sitter 实现智能、增量的语法高亮和代码编辑
安装
Linux
# Ubuntu
sudo add-apt-repository ppa:maveonair/helix-editor
sudo apt update
sudo apt install helix
# Fedora/RHEL
sudo dnf install helix
# Arch Linux extra
sudo pacman -S helix
macOS
# Homebrew Core
brew install helix
# MacPorts
port install helix
Windows
# Winget
winget install Helix.Helix
# Scoop
scoop install helix
# Chocolatey
choco install helix
# MSYS2
pacman -S mingw-w64-ucrt-x86_64-helix