「Vi」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より新規作成)
タグ: リダイレクト解消
(翻訳)
 
7行目: 7行目:
 
[[pt:Vi]]
 
[[pt:Vi]]
 
[[zh-hans:Vi]]
 
[[zh-hans:Vi]]
According to [[Wikipedia:Vi|Wikipedia]]:
+
[[Wikipedia:Vi|Wikipedia]] によると:
   
  +
:vi はもともと Unix オペレーティングシステム用に作られたスクリーン指向のテキストエディタです。vi とその上で動作するプログラムの動作の移植可能な部分集合、およびこれらのプログラム内でサポートされている ex エディタ言語は、Single UNIX Specification(SUS、唯一のUNIX仕様)および POSIX によって説明され(そして標準化され)ています。
:vi is a screen-oriented text editor originally created for the Unix operating system. The portable subset of the behavior of vi and programs based on it, and the ex editor language supported within these programs, is described by (and thus standardized by) the Single Unix Specification and POSIX.
 
   
== Installation ==
+
== インストール ==
   
  +
{{Pkg|vi}} パッケージを [[インストール]] してください。
[[Install]] the {{Pkg|vi}} package.
 
   
  +
== Vi スタイルのソフトウェア ==
== Vi-style software ==
 
   
  +
vi のキーバインディングとモードは、さまざまな他のソフトウェアで再現されています:
The key bindings and modes of vi have been recreated in various other software:
 
   
* [[List of applications/Documents#Vi-style text editors|text editors]], the most popular of which being [[Vim]]
+
* [[アプリケーション一覧/ドキュメント#Vi-style text editors|テキストエディター]]、最も人気のあるのは [[Vim]] です。
  +
* [[アプリケーション一覧/ユーティリティ#ファイルマネージャ|ファイルマネージャ]] としては、[[ranger]] や [[Vifm]] などがあります。
* [[List of applications/Utilities#File managers|file managers]] like [[ranger]] and [[Vifm]]
 
* the [[Readline#Editing mode|Readline]] input library (used by [[Bash]])
+
* [[Readline#Editing mode|Readline]] 入力ライブラリ([[Bash]] で使用されています)
* [[shell]]s like [[Zsh#Key bindings|Zsh]]
+
* [[シェル]]としては、[[Zsh#キーバインド|Zsh]] などがあります。
* [[web browser]]s like [[Luakit]], [[qutebrowser]] or {{Pkg|vimb}}; for [[Firefox]] and [[Chromium]] there are [[Browser extensions#Keyboard shortcuts|browser extensions]] available.
+
* [[ウェブブラウザ]] としては、[[Luakit]][[qutebrowser]]、または {{Pkg|vimb}} があります。[[Firefox]] [[Chromium]] 用には、[[ブラウザ拡張機能]] があります。
  +
* ほとんどの [[タイル型ウィンドウマネージャ]] は、vi スタイルのコントロールで設定できます。
* most [[tiling window manager]]s can be configured for vi-style control
 
   
== See also ==
+
== 参照 ==
   
 
* {{man|1|vi}}
 
* {{man|1|vi}}

2023年9月12日 (火) 22:03時点における最新版

Wikipedia によると:

vi はもともと Unix オペレーティングシステム用に作られたスクリーン指向のテキストエディタです。vi とその上で動作するプログラムの動作の移植可能な部分集合、およびこれらのプログラム内でサポートされている ex エディタ言語は、Single UNIX Specification(SUS、唯一のUNIX仕様)および POSIX によって説明され(そして標準化され)ています。

インストール

vi パッケージを インストール してください。

Vi スタイルのソフトウェア

vi のキーバインディングとモードは、さまざまな他のソフトウェアで再現されています:

参照