「Helix」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(序文の翻訳を修正)
 
(同じ利用者による、間の3版が非表示)
1行目: 1行目:
 
[[Category:テキストエディタ]]
 
[[Category:テキストエディタ]]
 
[[Category:コンソールアプリケーション]]
 
[[Category:コンソールアプリケーション]]
  +
[[en:Helix]]
 
{{Related articles start}}
 
{{Related articles start}}
{{Related|Vis}}
+
{{Related|Kakoune}}
  +
{{Related|Neovim}}
  +
{{Related|アプリケーション一覧/ドキュメント#Vi-style text editors}}
 
{{Related articles end}}
 
{{Related articles end}}
   
  +
[https://github.com/helix-editor/helix Helix] は Rust で書かれ [[Neovim]] と [[Kakoune]] にインスパイアされたモーダルテキストエディタです。選択ベースの編集やマルチカーソルのサポートなど、Kakoune と同様の従来の Vim ワークフローへの変更を実装します。Helix には [https://docs.helix-editor.com/languages.html カスタム言語サポート] など多くの機能がバンドルされており、すぐに使用できますが、プラグインシステムはまだありません。したがって、設定は簡単ですが、Vim や類似のエディタよりもカスタマイズ性は、低いと考えられます。
[https://github.com/helix-editor/helix 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 [https://docs.helix-editor.com/languages.html custom language support]. Therefore, it can be considered easier to set up but less customizable than Vim and similar editors.
 
   
== Installation ==
+
== インストール ==
   
[[Install]] the {{pkg|helix}} package, or {{AUR|helix-git}} for the development version.
+
{{pkg|helix}} パッケージを [[インストール]] して下さい、または開発版の {{AUR|helix-git}}
   
== Configuration ==
+
== 設定 ==
   
Helix reads an optional {{ic|~/.config/helix/config.toml}} configuration file. See [https://docs.helix-editor.com/configuration.html this] page of the official documentation for a list of available options.
+
Helix は、オプションの {{ic|~/.config/helix/config.toml}} 設定ファイルを読み取ります。利用可能なオプションのリストについては、公式ドキュメントの [https://docs.helix-editor.com/configuration.html ページ] を参照してください。
   
== See also ==
+
== 参照 ==
   
* [https://github.com/helix-editor/helix Github repository]
+
* [https://github.com/helix-editor/helix Github リポジトリ]
* [https://docs.helix-editor.com/title-page.html Official documentation]
+
* [https://docs.helix-editor.com/title-page.html オフィシャルドキュメント]

2024年1月5日 (金) 00:17時点における最新版

関連記事

Helix は Rust で書かれ NeovimKakoune にインスパイアされたモーダルテキストエディタです。選択ベースの編集やマルチカーソルのサポートなど、Kakoune と同様の従来の Vim ワークフローへの変更を実装します。Helix には カスタム言語サポート など多くの機能がバンドルされており、すぐに使用できますが、プラグインシステムはまだありません。したがって、設定は簡単ですが、Vim や類似のエディタよりもカスタマイズ性は、低いと考えられます。

インストール

helix パッケージを インストール して下さい、または開発版の helix-gitAUR

設定

Helix は、オプションの ~/.config/helix/config.toml 設定ファイルを読み取ります。利用可能なオプションのリストについては、公式ドキュメントの ページ を参照してください。

参照