「Helix」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
(相違点なし)

2022年12月30日 (金) 04:51時点における版

関連記事

Helix is a modal text editor written in Rust and inspired by Neovim and Kakoune. It implements changes to the traditional Vim workflow similar to Kakoune's, like selection-based editing and multi-cursor support. Helix bundles and enables many features out of the box and does not yet have a plugin system. It does have adding custom language support. Therefore, it can be considered easier to set up but less customizable than Vim and similar editors.

Installation

Install the helix package, or helix-gitAUR for the development version.

Configuration

Helix reads an optional ~/.config/helix/config.toml configuration file. See this page of the official documentation for a list of available options.

See also