「Helix」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(翻訳)
1行目: 1行目:
 
[[Category:テキストエディタ]]
 
[[Category:テキストエディタ]]
 
[[Category:コンソールアプリケーション]]
 
[[Category:コンソールアプリケーション]]
  +
[[en:Helix]]
 
{{Related articles start}}
 
{{Related articles start}}
  +
{{Related|アプリケーション一覧/ドキュメント#Vi-style text editors}}
{{Related|Vis}}
 
 
{{Related articles end}}
 
{{Related articles end}}
   
  +
[https://github.com/helix-editor/helix Helix] は [[Neovim]] と [[Kakoune]] にインスパイアされた Rust で書かれたモーダルテキストエディタです。選択ベースの編集やマルチカーソルのサポートなど、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 オフィシャルドキュメント]

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

関連記事

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

インストール

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

設定

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

参照