「Helix」の版間の差分
ナビゲーションに移動
検索に移動
(英語版から転載) |
Kusanaginoturugi (トーク | 投稿記録) (校正) |
||
(他の1人の利用者による、間の4版が非表示) | |||
1行目: | 1行目: | ||
[[Category:テキストエディタ]] |
[[Category:テキストエディタ]] |
||
[[Category:コンソールアプリケーション]] |
[[Category:コンソールアプリケーション]] |
||
+ | [[en:Helix]] |
||
{{Related articles start}} |
{{Related articles start}} |
||
− | {{Related| |
+ | {{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. |
||
− | == |
+ | == インストール == |
− | + | {{pkg|helix}} パッケージを [[インストール]] して下さい、または開発版の {{AUR|helix-git}} |
|
− | == |
+ | == 設定 == |
− | Helix |
+ | Helix は、オプションの {{ic|~/.config/helix/config.toml}} 設定ファイルを読み取ります。利用可能なオプションのリストについては、公式ドキュメントの [https://docs.helix-editor.com/configuration.html ページ] を参照してください。 |
− | == |
+ | == 参照 == |
− | * [https://github.com/helix-editor/helix Github |
+ | * [https://github.com/helix-editor/helix Github リポジトリ] |
− | * [https://docs.helix-editor.com/title-page.html |
+ | * [https://docs.helix-editor.com/title-page.html オフィシャルドキュメント] |
2024年7月10日 (水) 18:54時点における最新版
Helix は Rust で書かれ Neovim と Kakoune にインスパイアされたモーダルテキストエディタです。選択ベースの編集やマルチカーソルのサポートなど、Kakoune と同様の従来の Vim ワークフローへの変更を実装します。Helix には カスタム言語サポート など多くの機能がバンドルされており、すぐに使用できますが、プラグインシステムはまだありません。したがって、設定は簡単ですが、Vim や類似のエディタよりもカスタマイズ性は低いと考えられます。
インストール
helix パッケージを インストール して下さい、または開発版の helix-gitAUR
設定
Helix は、オプションの ~/.config/helix/config.toml
設定ファイルを読み取ります。利用可能なオプションのリストについては、公式ドキュメントの ページ を参照してください。