helix – 多种模态编辑功能的类 vim 文本编辑器

基于 Rust 开发的文本编辑器,灵感受Kakoune启发,操作类vim,可以快速查看和编辑各种文本和代码,支持多种编程语言。

file

特性

  • 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

官方链接

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注